aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/filelist.json b/filelist.json
index beb6f77daf..2db128791f 100644
--- a/filelist.json
+++ b/filelist.json
@@ -466,8 +466,6 @@
"deps": [ "Cast" ],
"files": {
"common": [
- "src/gpu/cl/kernels/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
- "src/gpu/cl/kernels/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
"src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
"src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
"src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
@@ -501,7 +499,9 @@
"src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
"src/runtime/CL/functions/CLGEMM.cpp",
"src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
- "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp"
+ "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
+ "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
+ "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp"
]
}
},