File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
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
You can’t perform that action at this time.
0 commit comments