You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the targets of oneDNN is not modularized enough, and we cannot integrate only the part we need, leading to extra compile time & binary size.
For now we use custom-made standalone BRGEMM CMake to accommodate this issue with extra maintenance effort, we can try to drive oneDNN team to modularize the CMakes and then integrate it on demand.