aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/sketch/gpu/template_writer/cl
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2022-12-23 14:42:55 +0000
committerViet-Hoa Do <viet-hoa.do@arm.com>2022-12-28 15:04:31 +0000
commit81f796b1d49d737d5f24fdc83397dbdbd1fac7d7 (patch)
tree61214f68f9f2db8f804929ec8e01a8379140626b /src/dynamic_fusion/sketch/gpu/template_writer/cl
parentaecb5d93225deace061cb7038d5844eec32c4e52 (diff)
downloadComputeLibrary-81f796b1d49d737d5f24fdc83397dbdbd1fac7d7.tar.gz
Fix various compilation errors
Partially resolves: COMPMID-5794 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: I275d0401be978e86507990bdb7dc5b1538a108d8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8884 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/dynamic_fusion/sketch/gpu/template_writer/cl')
-rw-r--r--src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.h b/src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.h
index 08255ca5af..3adca4edc9 100644
--- a/src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.h
+++ b/src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.h
@@ -94,7 +94,7 @@ public:
private:
const ITensorInfo *_src;
const ITensorInfo *_dst;
- const Attributes _attributes;
+ Attributes _attributes;
};
} // namespace dynamic_fusion
} // namespace experimental