diff --git a/include/cutlass/gemm/device/gemm_universal_base.h b/include/cutlass/gemm/device/gemm_universal_base.h index f15b3589..74c519a4 100644 --- a/include/cutlass/gemm/device/gemm_universal_base.h +++ b/include/cutlass/gemm/device/gemm_universal_base.h @@ -347,7 +347,7 @@ public: return Status::kErrorWorkspaceNull; } - params_.update(args, workspace, stream); + params_.update(args, workspace); return Status::kSuccess; }