We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21df7c commit 466356dCopy full SHA for 466356d
src/targets/gpu/fuse_ops.cpp
@@ -675,7 +675,6 @@ struct find_rocblas_gemm_pointwise : gemm_pointwise
675
auto c_ins = r.instructions["c"];
676
shape s = c_ins->get_shape();
677
// const-fold input if not standard shape since rocblas can't handle it
678
- // Updated for a case where "standard" shape has out-of-sequence strides
679
if(not s.standard())
680
{
681
auto c = make_op("contiguous");
@@ -736,7 +735,6 @@ struct find_hipblas_gemm_pointwise : gemm_pointwise
736
735
737
738
// const-fold input if not standard shape
739
740
741
742
0 commit comments