From cb06e62c8cd7b467abfee9ea927c04268a297296 Mon Sep 17 00:00:00 2001 From: Muhammad Tanvir Date: Wed, 10 Jan 2024 14:05:20 +0000 Subject: [PATCH] Fixed build with release compiler --- src/operations/blas3/gemm_local_joint_matrix.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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