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 e7175bd commit f7a16dcCopy full SHA for f7a16dc
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -249,6 +249,8 @@ jobs:
249
LLVM_BENCHMARKS_UNIT_TESTING: 1
250
CMPLR_ROOT: ./toolchain
251
steps:
252
+ - name: Checkout code
253
+ uses: actions/checkout@v3
254
- name: Install python libraries and dependencies
255
run: |
256
pip install --user --break-system-packages -r ./devops/scripts/benchmarks/requirements.txt
0 commit comments