chore(ci/bench): Generate gpu benchmarks

This commit is contained in:
Quentin Bourgerie
2022-11-29 14:31:08 +01:00
parent 0602fe64ce
commit 71b24b1255
2 changed files with 8 additions and 3 deletions

View File

@@ -141,12 +141,12 @@ jobs:
cd compiler
make BINDINGS_PYTHON_ENABLED=OFF build-benchmarks generate-cpu-benchmarks
- name: Build compiler and run end-to-end benchmarks (GPU)
- name: Build compiler and end-to-end benchmarks (GPU)
if: ${{ inputs.backend == 'gpu' }}
run: |
set -e
cd compiler
make BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=ON build-benchmarks generate-benchmarks
make BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=ON build-benchmarks generate-gpu-benchmarks
- name: Download KeySetCache
if: ${{ !contains(github.head_ref, 'newkeysetcache') }}
@@ -159,7 +159,7 @@ jobs:
run: |
touch keysetcache.timestamp
- name: Build compiler and run end-to-end benchmarks
- name: Run end-to-end benchmarks
run: |
set -e
cd compiler