aboutsummaryrefslogtreecommitdiff
path: root/src/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/BUILD.bazel')
-rw-r--r--src/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index 8cb84b3533..22521d1744 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -1021,7 +1021,8 @@ filegroup(
"runtime/SubTensor.cpp",
"runtime/Tensor.cpp",
"runtime/TensorAllocator.cpp",
- "runtime/Utils.cpp"] +
+ "runtime/Utils.cpp",
+ "runtime/experimental/operators/CpuGemm.cpp"] +
glob(["**/*.h",
"**/*.hpp",
"**/*.inl"]),