Skip to content

Commit

Permalink
chore(gpu): fix l40 hardware name in bench workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Sep 30, 2024
1 parent 77a34a9 commit 8404989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_gpu_l40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: |
python3 ./ci/benchmark_parser.py target/criterion ${{ env.RESULTS_FILENAME }} \
--database tfhe_rs \
--hardware "L40x1" \
--hardware "n3-L40x1" \
--backend gpu \
--project-version "${{ env.COMMIT_HASH }}" \
--branch ${{ github.ref_name }} \
Expand Down

0 comments on commit 8404989

Please sign in to comment.