Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
40253bab
Unverified
Commit
40253bab
authored
Mar 14, 2025
by
DefTruth
Committed by
GitHub
Mar 14, 2025
Browse files
[Bugfix][W8A8] fixed cutlass block fp8 binding (#14796)
parent
c77620d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/torch_bindings.cpp
csrc/torch_bindings.cpp
+1
-1
No files found.
csrc/torch_bindings.cpp
View file @
40253bab
...
@@ -370,7 +370,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
...
@@ -370,7 +370,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
"cutlass_scaled_mm_supports_block_fp8(int cuda_device_capability) -> "
"cutlass_scaled_mm_supports_block_fp8(int cuda_device_capability) -> "
"bool"
);
"bool"
);
ops
.
impl
(
"cutlass_scaled_mm_supports_block_fp8"
,
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
// Check if cutlass sparse scaled_mm is supported for CUDA devices of the
// given capability
// given capability
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment