Skip to content

Commit 536e4c7

Browse files
Update benchmarks.yml
1 parent 36b2d89 commit 536e4c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
options: --gpus all --privileged # Might need privileged mode, use with caution
2424

2525
steps:
26-
# - name: Checkout XLA
27-
# uses: actions/checkout@v3
28-
# with:
29-
# repository: openxla/xla # Replace with your fork if needed
30-
# path: xla
31-
- name: Checkout repository
26+
- name: Checkout XLA
3227
uses: actions/checkout@v3
3328
with:
34-
repository: juliagmt-google/xla
29+
repository: openxla/xla # Replace with your fork if needed
3530
path: xla
31+
# - name: Checkout repository
32+
# uses: actions/checkout@v3
33+
# with:
34+
# repository: juliagmt-google/xla
35+
# path: xla
3636

3737
- name: Create results directory
3838
working-directory: xla
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build hlo_runner_main
5959
working-directory: xla
60-
run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
60+
run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main_gpu
6161

6262
# - name: Wait For Connection
6363
# uses: google-ml-infra/actions/ci_connection@main

0 commit comments

Comments
 (0)