bench(backend): add a benchmark tool for concrete-cuda

This commit is contained in:
Pedro Alves
2023-03-13 15:18:12 -03:00
committed by Agnès Leroy
parent 2728046ae7
commit 08e8012061
28 changed files with 2793 additions and 1174 deletions

View File

@@ -104,7 +104,7 @@ jobs:
if: ${{ !cancelled() }}
run: |
cd backends/concrete-cuda/implementation/build
./test/test_concrete_cuda
./test_and_benchmark/test/test_concrete_cuda
- name: Export variables for CUDA 11.1
run: |
@@ -124,7 +124,7 @@ jobs:
if: ${{ !cancelled() }}
run: |
cd backends/concrete-cuda/implementation/build-old-cuda
./test/test_concrete_cuda --gtest_filter="Wop*"
./test_and_benchmark/test/test_concrete_cuda --gtest_filter="Wop*"
stop-runner:
name: Stop EC2 runner