From ce9e355c1543737daa01614f2831d3be61e6c0cb Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Fri, 6 Sep 2024 11:04:01 +0200 Subject: [PATCH] chore(gpu): reduce the amount of weekly multi-gpu bench --- .github/workflows/benchmark_gpu_integer_multi_gpu_full.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml index 9c89b3d99c..4a6aa60e76 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml @@ -39,7 +39,7 @@ jobs: profile: multi-h100 cuda-integer-full-multi-gpu-benchmarks: - name: Execute multi GPU integer benchmarks for all operations flavor + name: Execute multi GPU integer benchmarks needs: setup-instance runs-on: ${{ needs.setup-instance.outputs.runner-name }} timeout-minutes: 1440 # 24 hours @@ -48,8 +48,8 @@ jobs: fail-fast: false max-parallel: 1 matrix: - command: [integer, integer_multi_bit] - op_flavor: [default, unchecked] + command: [integer_multi_bit] + op_flavor: [default] # explicit include-based build matrix, of known valid options include: - os: ubuntu-22.04