aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClGemm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClGemm.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClGemm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/gpu/cl/operators/ClGemm.h b/src/runtime/gpu/cl/operators/ClGemm.h
index aad208bdb0..254344e862 100644
--- a/src/runtime/gpu/cl/operators/ClGemm.h
+++ b/src/runtime/gpu/cl/operators/ClGemm.h
@@ -129,8 +129,8 @@ private:
TensorInfo _tmp_b;
bool _reshape_b_only_on_first_run;
CLGEMMKernelType _gemm_kernel_type;
-
- experimental::MemoryRequirements _aux_mem{};
+ bool _is_prepared;
+ experimental::MemoryRequirements _aux_mem{};
};
} // namespace opencl
} // namespace arm_compute