mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 03:25:05 -05:00
bench(backend/gpu): fixes a memory leakage and refactors the verification for the grid size of the low latency kernel
This commit is contained in:
@@ -80,8 +80,7 @@ jobs:
|
||||
- name: Benchmark concrete-cuda
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
${{ env.BENCHMARK_DIR }}/benchmark_concrete_cuda --benchmark_out=benchmarks_results.json
|
||||
--benchmark_out_format=json
|
||||
${{ env.BENCHMARK_DIR }}/benchmark_concrete_cuda --benchmark_out=benchmarks_results.json --benchmark_out_format=json
|
||||
|
||||
- name: Upload raw results artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user