Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tensorrt_llm/_torch/custom_ops/cute_dsl_custom_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,7 @@ def forward(self, inputs: List[torch.Tensor],
sf_vec_size=self.scaling_vector_size,
mma_tiler_mn=mma_tiler_mn,
cluster_shape_mn=cluster_shape_mn,
use_blkred=True,
Comment thread
hyukn marked this conversation as resolved.
raster_along_m=raster_along_m,
)
# Compute max active clusters on current device
Expand Down
Loading
Loading