aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-11-04 10:11:32 +0000
committerSiCong Li <sicong.li@arm.com>2022-11-04 13:47:35 +0000
commita2b131bf4680f83b10a7e3544b6183279d8c2691 (patch)
treea39f36d4e330ac5c0ff36feffc809224d159854f /src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h
parentd7c5d7d3635e43658123a0a5b2c1b77c81b9c26d (diff)
downloadComputeLibrary-a2b131bf4680f83b10a7e3544b6183279d8c2691.tar.gz
Fix compiler warnings in dynamic fusion
Resolves: COMPMID-5686 Change-Id: I608c359583c44f2f04f29faddd1c6b38a381de60 Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8562 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h')
-rw-r--r--src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h b/src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h
index acc2380031..4787acabcd 100644
--- a/src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h
+++ b/src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.h
@@ -35,7 +35,8 @@ namespace experimental
{
namespace dynamic_fusion
{
-struct GpuKernelSourceCode;
+/** Forward declaration */
+class GpuKernelSourceCode;
/** OpenCL runtime to run a single kernel */
class ClKernelRuntime final : public opencl::IClKernel