Skip to content

Commit 77c2e0a

Browse files
Update benchmarks.yml
1 parent e5ba4b2 commit 77c2e0a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
free -h # Memory information
128128
df -h # Disk space information
129129
uname -a # Kernel information
130-
# - name: Create results directory
131-
# run: mkdir results
132-
# - name: Configure XLA for GPU backend
133-
# run: ./configure.py --backend CUDA --nccl
134-
# - name: Set TF_CPP_MAX_VLOG_LEVEL
135-
# env:
136-
# TF_CPP_MAX_VLOG_LEVEL: 1
130+
- name: Create results directory
131+
run: mkdir results
132+
- name: Configure XLA for GPU backend
133+
run: ./configure.py --backend CUDA --nccl
134+
- name: Set TF_CPP_MAX_VLOG_LEVEL
135+
env:
136+
TF_CPP_MAX_VLOG_LEVEL: 1
137137
# - name: Build hlo_runner_main
138138
# run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
139139
# # TODO(juliagmt): Add more performance-criticalHLOs to benchmark.

0 commit comments

Comments
 (0)