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 8b3b79c commit 3a070d5Copy full SHA for 3a070d5
.github/workflows/sycl-linux-run-tests.yml
@@ -335,4 +335,4 @@ jobs:
335
preset: ${{ inputs.benchmark_preset }}
336
env:
337
RUNNER_TAG: ${{ inputs.runner }}
338
- GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
devops/scripts/benchmarks/compare.py
@@ -295,4 +295,4 @@ def print_regression(entry: dict):
295
exit(1) # Exit 1 to trigger github test failure
296
else:
297
print("Unsupported operation: exiting.")
298
- exit(1)
+ exit(1)
0 commit comments