From 2a1281ee7a487220ad98ddf981fc8778efb66fe7 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:17:02 -0400 Subject: [PATCH 1/2] Temporary bench action test --- .github/workflows/bench_pr_comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bench_pr_comment.yml b/.github/workflows/bench_pr_comment.yml index 0c59daa51b..2124803390 100644 --- a/.github/workflows/bench_pr_comment.yml +++ b/.github/workflows/bench_pr_comment.yml @@ -39,6 +39,7 @@ 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] From e5b7e688373bfa1e5d42bf25c82cec9e96282fd9 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:35:57 -0400 Subject: [PATCH 2/2] Test T4 GPU --- .github/workflows/bench_pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench_pr_comment.yml b/.github/workflows/bench_pr_comment.yml index 2124803390..87285bf782 100644 --- a/.github/workflows/bench_pr_comment.yml +++ b/.github/workflows/bench_pr_comment.yml @@ -42,7 +42,7 @@ jobs: # 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