Skip to content

Commit f70c7c3

Browse files
[ab test] fix triton repo location (#454)
1 parent e5adafe commit f70c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/utils/scuba_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def decorate_benchmark_data(
136136

137137
repo_locs = {
138138
"tritonbench": REPO_PATH,
139-
"triton": os.environ.get("TRITONBENCH_TRITON_REPO", "unknown"),
139+
"triton": os.environ.get("TRITONBENCH_TRITON_INSTALL_DIR", "unknown"),
140140
"pytorch": os.environ.get("TRITONBENCH_PYTORCH_REPO_PATH", "unknown"),
141141
}
142142
aggregated_obj = {

0 commit comments

Comments
 (0)