@@ -84,24 +84,24 @@ jobs:
8484 # bash run.sh | tee -a ../../../../../../results/flax_2b.log
8585
8686 # TODO(juliagmt): Re-enable once the build is fixed.
87- - name : Build run_hlo_module
88- working-directory : xla
89- run : bazel build -c opt --dynamic_mode=off //xla/tools:run_hlo_module
87+ # - name: Build run_hlo_module
88+ # working-directory: xla
89+ # run: bazel build -c opt --dynamic_mode=off //xla/tools:run_hlo_module
9090
91- - name : Run HLO Module Benchmarks
92- working-directory : xla
93- continue-on-error : true
94- run : |
95- for file in tests/fuzz/*.hlo; do
96- filename=$(basename "$file")
97- # Skip expected failed hlo files.
98- if [[ "$filename" == "rand_000060.hlo" || "$filename" == "rand_000067.hlo" || "$filename" == "rand_000072.hlo" ]]; then
99- echo "Skipping benchmark on $file"
100- continue
101- fi
102- echo "Running benchmark on $file"
103- ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=CPU "$file"
104- done
91+ # - name: Run HLO Module Benchmarks
92+ # working-directory: xla
93+ # continue-on-error: true
94+ # run: |
95+ # for file in tests/fuzz/*.hlo; do
96+ # filename=$(basename "$file")
97+ # # Skip expected failed hlo files.
98+ # if [[ "$filename" == "rand_000060.hlo" || "$filename" == "rand_000067.hlo" || "$filename" == "rand_000072.hlo" ]]; then
99+ # echo "Skipping benchmark on $file"
100+ # continue
101+ # fi
102+ # echo "Running benchmark on $file"
103+ # ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=CPU "$file"
104+ # done
105105
106106 - name : Build CPU Benchmarks
107107 working-directory : xla
0 commit comments