File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
third_party/proton/proton Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ class amd_knobs(base_knobs):
450
450
451
451
452
452
class proton_knobs (base_knobs ):
453
- cupti_path : env_opt_str = env_opt_str ("TRITON_CUPTI_LIB_PATH" )
453
+ cupti_dir : env_opt_str = env_opt_str ("TRITON_CUPTI_LIB_PATH" )
454
454
455
455
456
456
build = build_knobs ()
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def _get_backend_default_path(backend: str) -> str:
26
26
lib_path = ""
27
27
if backend == "cupti" :
28
28
# First try to get the path from the environment variable that overrides the default path
29
- lib_path = knobs .proton .cupti_path
29
+ lib_path = knobs .proton .cupti_dir
30
30
if lib_path is None :
31
31
# Get the default path for the cupti backend,
32
32
# which is the most compatible with the current CUPTI header file triton is compiled with
You can’t perform that action at this time.
0 commit comments