Skip to content

Commit 3ee52d3

Browse files
authored
[AMD] Remove obsolete knobs.amd.lld_path (#7716)
No longer used after #7548
1 parent abf9598 commit 3ee52d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/triton/knobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ class amd_knobs(base_knobs):
443443
use_buffer_atomics: env_bool = env_bool("AMDGCN_USE_BUFFER_ATOMICS", True)
444444
dump_amdgcn: env_bool = env_bool("AMDGCN_ENABLE_DUMP")
445445
libhip_path: env_opt_str = env_opt_str("TRITON_LIBHIP_PATH")
446-
lld_path: env_opt_str = env_opt_str("TRITON_HIP_LLD_PATH")
447446

448447
# We use strs so that we can have a default value based on other runtime info
449448
use_block_pingpong: env_opt_bool = env_opt_bool("TRITON_HIP_USE_BLOCK_PINGPONG")

0 commit comments

Comments
 (0)