Skip to content

Commit 34db819

Browse files
set workspace size
1 parent a33f397 commit 34db819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qutlass/csrc/fused_quantize_mx.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ struct GemmRunner {
9797
const at::cuda::OptionalCUDAGuard device_guard(device_of(x));
9898
cudaStream_t stream = at::cuda::getCurrentCUDAStream(device.index());
9999

100-
gemmOp.initialize(arguments, stream);
100+
gemmOp.initialize(arguments, nullptr, stream);
101101

102-
CUTLASS_CHECK(gemmOp(arguments, stream));
102+
CUTLASS_CHECK(gemmOp(arguments, nullptr, stream));
103103

104104
return true;
105105
}

0 commit comments

Comments
 (0)