Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1910 committed Nov 29, 2024
1 parent ceca900 commit 9f92c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/runtime/dpct-rt/include/dpct/blas_gemm_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ inline sycl::event matmul(descriptor_ptr handle, matmul_desc_ptr compute_desc,
matmul_ops.append_eltwise(::dnnl::algorithm::eltwise_gelu_erf, 0.f, 0.f);
matmul_ops.append_binary(::dnnl::algorithm::binary_add, bias_md);
dpct::blas::matrix_mem_copy(compute_desc->_epilogue_aux_pointer, new_c,
matmul_desc_t::attribute::epilogue_aux_ld, new_ldc, m, n,
compute_desc->_epilogue_aux_ld, new_ldc, m, n,
sizeof(size_t) , q_ptr);
}
matmul_attr.set_post_ops(matmul_ops);
Expand Down

0 comments on commit 9f92c61

Please sign in to comment.