mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 03:25:05 -05:00
bench(backend): add a benchmark tool for concrete-cuda
This commit is contained in:
4
.github/workflows/concrete_cuda_test.yml
vendored
4
.github/workflows/concrete_cuda_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user