aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/src/cl/CLTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/src/cl/CLTile.h')
-rw-r--r--compute_kernel_writer/src/cl/CLTile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/compute_kernel_writer/src/cl/CLTile.h b/compute_kernel_writer/src/cl/CLTile.h
index 039bd5613f..7e69de847b 100644
--- a/compute_kernel_writer/src/cl/CLTile.h
+++ b/compute_kernel_writer/src/cl/CLTile.h
@@ -47,15 +47,15 @@ public:
CLTile(const std::string &name, const TileInfo &info);
// Inherited method overridden
- TileVariable scalar(int32_t row, int32_t col) const override;
+ TileVariable scalar(int32_t row, int32_t col) const override;
- TileVariable vector(int32_t row) const override;
+ TileVariable vector(int32_t row) const override;
- TileVariable vector(int32_t row, int32_t col_start, int32_t width) const override;
+ TileVariable vector(int32_t row, int32_t col_start, int32_t width) const override;
std::vector<TileVariable> all() const override;
- bool is_assignable() const override;
+ bool is_assignable() const override;
private:
std::string create_var_name(int32_t row) const;