Skip to content

Commit

Permalink
Update src/interface/extension_interface.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: pgorlani <[email protected]>
  • Loading branch information
OuadiElfarouki and pgorlani committed Aug 9, 2023
1 parent 5f127b1 commit 36b8f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/extension_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ typename sb_handle_t::event_t _matcopy(sb_handle_t& sb_handle, char trans,
if (trans == 't') {
return _matcopy_impl<in_place, true>(sb_handle, m, n, alpha, in_memory,
ld_in, inc_in, stride, out_memory,
ld_out, inc_out, stride, 1);
ld_out, inc_out, stride, index_t(1));
} else {
return _matcopy_impl<in_place, false>(sb_handle, m, n, alpha, in_memory,
ld_in, inc_in, stride, out_memory,
Expand Down

0 comments on commit 36b8f43

Please sign in to comment.