Skip to content

Commit daddb71

Browse files
committed
Move CUTLASS pin to v3.9.0
1 parent f343336 commit daddb71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/cutlass

Submodule cutlass updated 507 files

torchao/csrc/cuda/mx_kernels/mx_fp_cutlass_kernels.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void run_gemm(at::Tensor& a, at::Tensor& b, at::Tensor& a_scale,
107107
using StrideD = typename Gemm::GemmKernel::StrideD;
108108
using LayoutSFA = typename Gemm::GemmKernel::CollectiveMainloop::LayoutSFA;
109109
using LayoutSFB = typename Gemm::GemmKernel::CollectiveMainloop::LayoutSFB;
110-
using Sm100BlkScaledConfig = typename Gemm::GemmKernel::CollectiveMainloop::Sm100BlkScaledConfig;
110+
using Sm100BlkScaledConfig = typename Gemm::GemmKernel::CollectiveMainloop::Sm1xxBlkScaledConfig;
111111

112112
// Initialize strides using packed stride configuration
113113
auto stride_A = cutlass::make_cute_packed_stride(StrideA{}, make_shape(M, K, 1));

0 commit comments

Comments
 (0)