aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/ClKernelLibrary.cpp
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-04-13 15:48:19 +0100
committerSiCong Li <sicong.li@arm.com>2022-04-14 09:23:03 +0000
commitca364dfd87cab4cdb9179b68c42f10ff16e55002 (patch)
tree4f0613b5c1538c6d23f9712a799f9f5f198e7561 /src/gpu/cl/ClKernelLibrary.cpp
parentfecdb8f664e8e4dfdfa2a121c0a2e46352a2e4a1 (diff)
downloadComputeLibrary-ca364dfd87cab4cdb9179b68c42f10ff16e55002.tar.gz
Include missing embedded headers
Partially resolves: COMPMID-5156 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I434586ac72d0f5a530e19108e6c5c319497c4fe0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7411 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/gpu/cl/ClKernelLibrary.cpp')
-rw-r--r--src/gpu/cl/ClKernelLibrary.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gpu/cl/ClKernelLibrary.cpp b/src/gpu/cl/ClKernelLibrary.cpp
index 5c17b43b8f..f675dbe6fd 100644
--- a/src/gpu/cl/ClKernelLibrary.cpp
+++ b/src/gpu/cl/ClKernelLibrary.cpp
@@ -591,6 +591,10 @@ const std::map<std::string, std::string> ClKernelLibrary::_program_source_map =
#include "./cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/fp_post_ops_act_eltwise_op_act.hembed"
},
{
+ "common/experimental/gemm_fused_post_ops/fp_mixed_precision_helpers.h",
+#include "./cl_kernels/common/experimental/gemm_fused_post_ops/fp_mixed_precision_helpers.hembed"
+ },
+ {
"common/experimental/gemm_fused_post_ops/act_eltwise_op_act/gemm_mm_native.cl",
#include "./cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/gemm_mm_native.clembed"
},
@@ -635,6 +639,10 @@ const std::map<std::string, std::string> ClKernelLibrary::_program_source_map =
#include "./cl_kernels/repeat.hembed"
},
{
+ "tile_helpers.h",
+#include "./cl_kernels/tile_helpers.hembed"
+ },
+ {
"common/instance_normalization.cl",
#include "./cl_kernels/common/instance_normalization.clembed"
},