We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bccff7 commit 0c00d40Copy full SHA for 0c00d40
tensorrt_llm/_torch/cute_dsl_kernels/blackwell/utils.py
@@ -55,7 +55,7 @@
55
from cutlass.cute.typing import AddressSpace, Numeric, Pointer, Type
56
from cutlass.cutlass_dsl import T, dsl_user_op
57
58
-TRTLLM_ENABLE_PDL = os.environ.get("TRTLLM_ENABLE_PDL", "0") == "1"
+TRTLLM_ENABLE_PDL = os.environ.get("TRTLLM_ENABLE_PDL", "1") == "1"
59
60
61
# WAR for CuTeDSL make_ptr implementation
0 commit comments