Skip to content

Commit

Permalink
Ensure GPU utilization and benchmark vectorized computations
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 28, 2025
1 parent 0d455b2 commit 3fa19e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run benchmark and store result
run: |
pytest tests/test_benchmark.py -k 'not test_rigid_contact_model and not test_soft_contact_model' --benchmark-only --benchmark-json output.json
pytest tests/test_benchmark.py -k 'not test_rigid_contact_model and not test_soft_contact_model' --gpu-only --batch-size 128 --benchmark-only --benchmark-json output.json
- name: Download previous benchmark data
uses: actions/cache@v4
Expand Down

0 comments on commit 3fa19e6

Please sign in to comment.