Skip to content

Commit 731d020

Browse files
committed
remove unused code
Signed-off-by: zhichen jiang <zhichenj@NVIDIA.com>
1 parent 18de6bf commit 731d020

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorrt_llm/_torch/cute_dsl_kernels/blackwell/blockscaled_contiguous_grouped_gemm_finalize_fusion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,6 @@ def _setup_attributes(self):
543543
self.use_blkred,
544544
)
545545

546-
self.prefetch_dist = self.num_ab_stage
547-
548546
# Compute A/B/C/Scale shared memory layout
549547
self.a_smem_layout_staged = sm100_utils.make_smem_layout_a(
550548
tiled_mma,

0 commit comments

Comments
 (0)