Skip to content

Commit

Permalink
update runner tag to 4-core-ubuntu-gpu-t4
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Apr 24, 2024
1 parent f0ab474 commit ff76321
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
opt_level: avx512
linux-x86_64-GPU-cmake:
#needs: linux-x86_64-AVX2-cmake
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand All @@ -64,7 +64,7 @@ jobs:
gpu: ON
linux-x86_64-GPU-w-RAFT-cmake:
#needs: linux-x86_64-GPU-cmake
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
label: main
linux-x86_64-GPU-packages-CUDA-11-4-4:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
steps:
Expand All @@ -114,7 +114,7 @@ jobs:
compiler_version: "11.2"
linux-x86_64-GPU-RAFT-packages-CUDA11-8-0:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
Expand All @@ -128,7 +128,7 @@ jobs:
compiler_version: "11.2"
linux-x86_64-GPU-packages-CUDA-12-1-1:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
Expand All @@ -141,7 +141,7 @@ jobs:
compiler_version: "11.2"
linux-x86_64-GPU-RAFT-packages-CUDA12-1-1:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-gpu
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
Expand Down

0 comments on commit ff76321

Please sign in to comment.