Skip to content

Commit e8f118d

Browse files
author
Islam Almersawi
committed
fix(torch_bindings): remove unnecessary blank line in TORCH_LIBRARY_EXPAND definition
Signed-off-by: Islam Almersawi <[email protected]>
1 parent 31db5e3 commit e8f118d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csrc/torch_bindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
482482
" Tensor page_table, float scale) -> ()");
483483
ops.impl("cutlass_mla_decode", torch::kCUDA, &cutlass_mla_decode);
484484

485-
486485
// Compute NVFP4 block quantized tensor.
487486
ops.def(
488487
"scaled_fp4_quant(Tensor! output, Tensor input,"

0 commit comments

Comments
 (0)