Skip to content

Commit d4646fb

Browse files
authored
Replace pytorch-labs with meta-pytorch (#490)
1 parent 4dc8ef2 commit d4646fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Benchmarking
22

3-
Performance comparison between Helion, torch.compile, Triton, and PyTorch eager is done by leveraging [TritonBench](https://github.com/pytorch-labs/tritonbench).
3+
Performance comparison between Helion, torch.compile, Triton, and PyTorch eager is done by leveraging [TritonBench](https://github.com/meta-pytorch/tritonbench).
44

55
Currently supported kernels for performance comparison are listed in `KERNEL_MAPPINGS` in `benchmarks/run.py`.
66

benchmarks/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def check_and_setup_tritonbench() -> None:
164164
[
165165
"git",
166166
"clone",
167-
"https://github.com/pytorch-labs/tritonbench.git",
167+
"https://github.com/meta-pytorch/tritonbench.git",
168168
str(tritonbench_path),
169169
],
170170
check=True,

0 commit comments

Comments
 (0)