Skip to content

Commit a98fdcb

Browse files
committed
Add CUDA 12 GPU workflow and update CUDA versions
Introduces a new GitHub Actions workflow for building RadarSimPy with CUDA 12.9.1 on Ubuntu GPU platforms, supporting both Ubuntu 22.04 and 24.04 with multiple Python versions and build tiers. Updates the existing GPU workflow to use CUDA 13.1.0 and the latest Jimver/cuda-toolkit action. Bumps package version to 14.2.0 in preparation for the new release.
1 parent 8f952eb commit a98fdcb

File tree

3 files changed

+637
-3
lines changed

3 files changed

+637
-3
lines changed

.github/workflows/release_ubuntu_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ jobs:
240240
sudo apt-get install -y build-essential
241241
242242
- name: Setup CUDA Toolkit
243-
uses: Jimver/cuda-toolkit@v0.2.27
243+
uses: Jimver/cuda-toolkit@v0.2.30
244244
with:
245-
cuda: "13.0.0"
245+
cuda: "13.1.0"
246246
method: "network"
247247
sub-packages: '["nvcc"]'
248248
linux-local-args: '["--toolkit", "--silent"]'

0 commit comments

Comments
 (0)