mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(ci/bench): Generate gpu benchmarks
This commit is contained in:
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user