Skip to content

Commit

Permalink
Fixing SparseMatrixMatMul build on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-olson-intel committed Feb 22, 2024
1 parent c40ccd0 commit 0c1fcb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/mkl_dnn/mkldnn_acl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _DNNL_RUNTIME_THREADPOOL = {
"#cmakedefine DNNL_SYCL_CUDA": "#undef DNNL_SYCL_CUDA",
"#cmakedefine DNNL_SYCL_HIP": "#undef DNNL_SYCL_HIP",
"#cmakedefine DNNL_ENABLE_STACK_CHECKER": "#undef DNNL_ENABLE_STACK_CHECKER",
"#cmakedefine DNNL_EXPERIMENTAL_SPARSE": "#define DNNL_EXPERIMENTAL_SPARSE",
"#cmakedefine DNNL_EXPERIMENTAL": "#undef DNNL_EXPERIMENTAL",
"#cmakedefine ONEDNN_BUILD_GRAPH": "#undef ONEDNN_BUILD_GRAPH",
"#cmakedefine01 BUILD_TRAINING": "#define BUILD_TRAINING 1",
Expand Down

0 comments on commit 0c1fcb0

Please sign in to comment.