We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf9598 commit 3ee52d3Copy full SHA for 3ee52d3
python/triton/knobs.py
@@ -443,7 +443,6 @@ class amd_knobs(base_knobs):
443
use_buffer_atomics: env_bool = env_bool("AMDGCN_USE_BUFFER_ATOMICS", True)
444
dump_amdgcn: env_bool = env_bool("AMDGCN_ENABLE_DUMP")
445
libhip_path: env_opt_str = env_opt_str("TRITON_LIBHIP_PATH")
446
- lld_path: env_opt_str = env_opt_str("TRITON_HIP_LLD_PATH")
447
448
# We use strs so that we can have a default value based on other runtime info
449
use_block_pingpong: env_opt_bool = env_opt_bool("TRITON_HIP_USE_BLOCK_PINGPONG")
0 commit comments