Skip to content

Commit f70ee38

Browse files
committed
Switch to A100 runners
1 parent 67312d4 commit f70ee38

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,7 +47,7 @@ jobs:
4747
uses: ./.github/workflows/run-as-coder.yml
4848
with:
4949
name: Test ${{inputs.test_name}}
50-
runner: linux-${{inputs.cpu}}-gpu-v100-latest-1
50+
runner: linux-${{inputs.cpu}}-gpu-a100-latest-1
5151
image: ${{inputs.container_image}}
5252
command: |
5353
nvidia-smi

ci/matrix.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
cuda_oldest: &cuda_oldest '12.0'
1717
cuda_newest: &cuda_newest '13.1'
1818

19-
# The GPUs to test on
20-
# Note: This assumes that the appropriate gpu_build_archs are set to include building for the GPUs listed here
21-
gpus:
22-
- 'a100'
23-
- 'v100'
24-
2519
# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
2620
devcontainer_version: '26.04'
2721

@@ -42,8 +36,8 @@ devcontainer_version: '26.04'
4236
# Configurations that will run for every PR
4337
pull_request:
4438
nvcc:
45-
- {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
46-
- {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
39+
- {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70,80', std: [17], jobs: ['build', 'test']}
40+
- {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '80,90,100', std: [17], jobs: ['build', 'test']}
4741
- {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'arm64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '80,90,100', std: [17], jobs: ['build']}
4842
- {cuda: *cuda_oldest, os: 'ubuntu20.04', cpu: 'amd64', compiler: {name: 'llvm', version: '14', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
4943
- {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'llvm', version: '21', exe: 'clang++'}, gpu_build_archs: '100', std: [17], jobs: ['build']}

0 commit comments

Comments
 (0)