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 e5adafe commit f70c7c3Copy full SHA for f70c7c3
tritonbench/utils/scuba_utils.py
@@ -136,7 +136,7 @@ def decorate_benchmark_data(
136
137
repo_locs = {
138
"tritonbench": REPO_PATH,
139
- "triton": os.environ.get("TRITONBENCH_TRITON_REPO", "unknown"),
+ "triton": os.environ.get("TRITONBENCH_TRITON_INSTALL_DIR", "unknown"),
140
"pytorch": os.environ.get("TRITONBENCH_PYTORCH_REPO_PATH", "unknown"),
141
}
142
aggregated_obj = {
0 commit comments