Skip to content

Commit

Permalink
Test GPU benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Dec 4, 2023
1 parent 212f295 commit 7b2d29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-bench-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
gpu-benchmark:
name: Run local fibonacci bench
runs-on: [self-hosted, gpu-bench]
runs-on: [self-hosted, gpu-bench-test-l4-x4]
steps:
# Set up GPU
# Check we have access to the machine's Nvidia drivers
Expand Down
2 changes: 1 addition & 1 deletion benches/bench.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lurk config
LURK_PERF=max-parallel-simple
LURK_RC=100,600
LURK_RC=100,600,900,1000,1200
LURK_BENCH_NOISE_THRESHOLD=0.05

# CUDA config
Expand Down

0 comments on commit 7b2d29e

Please sign in to comment.