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 eefc513 commit 9067033Copy full SHA for 9067033
.github/workflows/benchmarks.yml
@@ -110,7 +110,7 @@ jobs:
110
continue
111
fi
112
echo "Running benchmark on $file" &> results/"$file".log
113
- # ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$file" &> results/"$file".log
+ # ./bazel-bin/xla/tools/run_hlo_module --input_format=hlo --platform=GPU "$file" &> results/"$filename".log
114
done
115
- name: Wait For Connection
116
uses: google-ml-infra/actions/ci_connection@main
0 commit comments