Skip to content

Commit

Permalink
Temporary bench action test (#4)
Browse files Browse the repository at this point in the history
* Temporary bench action test

* Test T4 GPU
  • Loading branch information
samuelburnham authored Oct 26, 2023
1 parent be2e2a1 commit 445174f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench_pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
# Needed. The name of the branch to compare with
branchName: ${{ github.ref_name }}

# TODO: Test timings with different architectures
gpu-benchmark:
name: run fibonacci benchmark on GPU
runs-on: [self-hosted, gpu-bench-aws]
runs-on: [self-hosted, gpu-bench-t4]
env:
NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITITES: compute,utility
Expand Down

0 comments on commit 445174f

Please sign in to comment.