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 f216d1c commit 634148eCopy full SHA for 634148e
.github/workflows/benchmarks.yml
@@ -51,9 +51,9 @@ jobs:
51
working-directory: xla
52
run: echo "$TF_CPP_MAX_VLOG_LEVEL"
53
54
- - name: Build hlo_runner_main
55
- working-directory: xla
56
- run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
+ # - name: Build hlo_runner_main
+ # working-directory: xla
+ # run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
57
58
# - name: Wait For Connection
59
# uses: google-ml-infra/actions/ci_connection@main
0 commit comments