We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dea4b commit 08a8951Copy full SHA for 08a8951
.github/workflows/benchmarks.yml
@@ -129,9 +129,9 @@ jobs:
129
run: mkdir results
130
- name: Configure XLA for GPU backend
131
run: ./configure.py --backend CUDA --nccl
132
- - name: Set TF_CPP_MAX_VLOG_LEVEL
133
- env:
134
- TF_CPP_MAX_VLOG_LEVEL: 1
+ # - name: Set TF_CPP_MAX_VLOG_LEVEL
+ # env:
+ # TF_CPP_MAX_VLOG_LEVEL: 1
135
- name: Build hlo_runner_main
136
run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
137
# TODO(juliagmt): Add more performance-criticalHLOs to benchmark.
0 commit comments