diff --git a/src/operations/blas3/gemm_local_joint_matrix.hpp b/src/operations/blas3/gemm_local_joint_matrix.hpp index 358848870..e6ec1e6ba 100644 --- a/src/operations/blas3/gemm_local_joint_matrix.hpp +++ b/src/operations/blas3/gemm_local_joint_matrix.hpp @@ -544,7 +544,17 @@ class Gemm(get_wi_data(sg, reg_res[frag])[i]); + } +#else joint_matrix_copy(sg, reg_res[frag], float_out); +#endif joint_matrix_apply(sg, float_out, [=](element_t &x) { x *= alpha_; }); id.barrier(cl::sycl::access::fence_space::local_space); @@ -802,7 +812,11 @@ class Gemm