Skip to content

Commit 08a8951

Browse files
Update benchmarks.yml
1 parent a4dea4b commit 08a8951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ jobs:
129129
run: mkdir results
130130
- name: Configure XLA for GPU backend
131131
run: ./configure.py --backend CUDA --nccl
132-
- name: Set TF_CPP_MAX_VLOG_LEVEL
133-
env:
134-
TF_CPP_MAX_VLOG_LEVEL: 1
132+
# - name: Set TF_CPP_MAX_VLOG_LEVEL
133+
# env:
134+
# TF_CPP_MAX_VLOG_LEVEL: 1
135135
- name: Build hlo_runner_main
136136
run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
137137
# TODO(juliagmt): Add more performance-criticalHLOs to benchmark.

0 commit comments

Comments
 (0)