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:
Pedro Alves
2023-03-30 13:51:58 -03:00
committed by Agnès Leroy
parent 74ded6c48b
commit fb862e37e8
12 changed files with 167 additions and 69 deletions

View File

@@ -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