Skip to content

Commit af424ac

Browse files
Update benchmarks.yml
1 parent 6e208c5 commit af424ac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ on:
1717

1818
jobs:
1919
jax-build-and-test:
20-
strategy:
21-
matrix:
22-
runner: ["linux-x86-g2-48-l4-4gpu"]
23-
24-
runs-on: ${{ matrix.runner }}
20+
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
2521
container:
2622
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2723

@@ -119,9 +115,7 @@ jobs:
119115
continue-on-error: true
120116
run: |
121117
find xla/service/gpu -name "*.hlo" -print0 | while IFS= read -r -d $'\0' hlo_file; do
122-
echo "Running: $hlo_file"
123118
./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$hlo_file"
124-
echo "--------------------------------------------------"
125119
done
126120
127121
# - name: Build hlo_runner_main

0 commit comments

Comments
 (0)