File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments