Skip to content

Commit 210dee3

Browse files
committed
Fix bazel build failure
1 parent 2d791b6 commit 210dee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/mkl-dnn.BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ cc_library(
9898
"src/cpu/aarch64/**/*.cpp",
9999
"src/cpu/rv64/**/*.cpp",
100100
"src/cpu/sycl/**/*.cpp",
101+
"src/cpu/ppc64/**/*.cpp",
101102
]),
102103
hdrs = glob([
103104
"include/oneapi/dnnl/*.h",
@@ -117,6 +118,7 @@ cc_library(
117118
"src/cpu/rv64/**/*.hpp",
118119
"src/cpu/rv64/**/*.h",
119120
"src/cpu/sycl/**/*.hpp",
121+
"src/cpu/ppc64/**/*.hpp",
120122
]) + [
121123
"include/oneapi/dnnl/dnnl_config.h",
122124
"include/oneapi/dnnl/dnnl_version.h",

0 commit comments

Comments
 (0)