Skip to content

Commit 8034344

Browse files
authored
fix useless line
1 parent 01dcbdc commit 8034344

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/sglang/srt/layers/quantization/fp8_kernel.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,6 @@ def grid(META):
723723
num_workgroups = triton.cdiv(M, config["BLOCK_SIZE_M"]) * triton.cdiv(
724724
N, config["BLOCK_SIZE_N"]
725725
)
726-
kernel = (
727-
_w8a8_block_fp8_matmul_unrolledx4
728-
if (is_hip_ == True and num_workgroups <= get_device_core_count())
729-
else _w8a8_block_fp8_matmul
730-
)
731726

732727
if _is_cuda:
733728
deep_gemm.gemm_fp8_fp8_bf16_nt((A, As), (B, Bs), C)

0 commit comments

Comments
 (0)