aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/include/ckw/TileInfo.h
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2023-07-05 11:39:37 +0100
committerGunes Bayir <gunes.bayir@arm.com>2023-07-06 14:45:59 +0000
commit2ae536a6ff4e7547c3c8d5fc2be8b7e815ca5f3d (patch)
tree49d0cc9d1e8f00e1eab125667eb71f2d9761dda9 /compute_kernel_writer/include/ckw/TileInfo.h
parentc9eeee5c84ad817360a1719c538c6e6c0812ec13 (diff)
downloadComputeLibrary-2ae536a6ff4e7547c3c8d5fc2be8b7e815ca5f3d.tar.gz
Implement ITileOperand and set the relationship to CLTile
Partially Resolves: COMPMID-5788 Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I268cf02e4b1802b1718b39f251e42042e79e7443 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9869 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'compute_kernel_writer/include/ckw/TileInfo.h')
-rw-r--r--compute_kernel_writer/include/ckw/TileInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compute_kernel_writer/include/ckw/TileInfo.h b/compute_kernel_writer/include/ckw/TileInfo.h
index 06c910c9fd..86a4b441b7 100644
--- a/compute_kernel_writer/include/ckw/TileInfo.h
+++ b/compute_kernel_writer/include/ckw/TileInfo.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO_H
-#define COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO_H
+#ifndef COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO
+#define COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO
#include "ckw/Types.h"
@@ -81,4 +81,4 @@ private:
} // namespace ckw
-#endif /* COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO_H */
+#endif /* COMPUTE_KERNEL_WRITER_INCLUDE_CKW_TILEINFO */