From 40253bab443ad0cdd22ff33bd8f777d2f289cfc4 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:32:42 +0800 Subject: [PATCH] [Bugfix][W8A8] fixed cutlass block fp8 binding (#14796) --- csrc/torch_bindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/torch_bindings.cpp b/csrc/torch_bindings.cpp index d3bcb86adbc8..eb3a2c911d55 100644 --- a/csrc/torch_bindings.cpp +++ b/csrc/torch_bindings.cpp @@ -370,7 +370,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) { "cutlass_scaled_mm_supports_block_fp8(int cuda_device_capability) -> " "bool"); ops.impl("cutlass_scaled_mm_supports_block_fp8", - &cutlass_scaled_mm_supports_fp8); + &cutlass_scaled_mm_supports_block_fp8); // Check if cutlass sparse scaled_mm is supported for CUDA devices of the // given capability