Skip to content

Commit ec601af

Browse files
Update benchmarks.yml
1 parent 3f95da7 commit ec601af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Checkout XLA
2727
uses: actions/checkout@v3
2828
with:
29-
repository: openxla/xla
30-
29+
repository: juliagmt-google/xla
30+
3131
- name: Print machine specs
3232
run: |
3333
lscpu
@@ -39,10 +39,10 @@ jobs:
3939
working-directory: xla
4040
run: mkdir results
4141

42-
- name: Wait For Connection
43-
uses: google-ml-infra/actions/ci_connection@main
44-
with:
45-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
42+
# - name: Wait For Connection
43+
# uses: google-ml-infra/actions/ci_connection@main
44+
# with:
45+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
4646

4747
- name: Configure XLA
4848
working-directory: xla
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run an HLO file
8989
working-directory: xla
9090
run: |
91-
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=resultts/xspace.pb gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
91+
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning --xla_gpu_dump_xspace_to=results/xspace.pbtxt gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
9292
9393
- name: Wait For Connection
9494
uses: google-ml-infra/actions/ci_connection@main

0 commit comments

Comments
 (0)