aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 34f000dc5a..7993985583 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,8 +67,11 @@ cc_library_static {
"src/core/CL/OpenCL.cpp",
"src/core/CL/gemm/CLGEMMHelpers.cpp",
"src/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.cpp",
+ "src/core/CL/gemm/native/CLGEMMNativeKernelConfigurationValhall.cpp",
"src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.cpp",
+ "src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationValhall.cpp",
"src/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.cpp",
+ "src/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationValhall.cpp",
"src/core/CL/kernels/CLAbsoluteDifferenceKernel.cpp",
"src/core/CL/kernels/CLAccumulateKernel.cpp",
"src/core/CL/kernels/CLActivationLayerKernel.cpp",