Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions tensorrt_llm/_torch/attention_backend/sparse/dsa/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,12 +723,10 @@ def __init__(
# GVR emission-assisted decode (opt-in, experimental): the FP4/FP8
# indexer epilogue emits candidates the GVR Top-K consumes (see
# gvr_emission / gvr_routing; state lives on the TopK module)
# only the FP4 scoring op accepts emission kwargs
self.use_gvr_emission = (
os.environ.get("TRTLLM_GVR_EMISSION", "0") == "1"
and decode_top_k_implementation == TopKImplementation.CUTE_DSL_GVR
and self.use_cute_dsl_paged_mqa_logits
and self.use_fp4
)

# Fused wk + weights_proj weight for single FP32 cuBLAS GEMM
Expand Down
Loading
Loading