From 7b2d29ebc367e22f2909ea48b69b079e918e34b0 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:43:05 -0500 Subject: [PATCH] Test GPU benchmark runner --- .github/workflows/gpu-bench-workflow-dispatch.yml | 2 +- benches/bench.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gpu-bench-workflow-dispatch.yml b/.github/workflows/gpu-bench-workflow-dispatch.yml index 5d87e7ad7b..238425bac0 100644 --- a/.github/workflows/gpu-bench-workflow-dispatch.yml +++ b/.github/workflows/gpu-bench-workflow-dispatch.yml @@ -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 diff --git a/benches/bench.env b/benches/bench.env index b59c73e77a..51cd28d4c8 100644 --- a/benches/bench.env +++ b/benches/bench.env @@ -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