Skip to content

[CUDA] fix setting of CUDA architectures and enable support for NVIDIA Blackwell #6812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cuda.yml
  • Loading branch information
StrikerRUS authored Feb 2, 2025
commit a026971aaea508475daf38ebd4dfd86fa32f6701
25 changes: 12 additions & 13 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- ci/cuda
pull_request:
branches:
- master
Expand Down Expand Up @@ -90,18 +89,18 @@ jobs:
cuda_version: "12.8.0"
linux_version: "ubuntu22.04"
task: cuda
# - method: source
# compiler: gcc
# python_version: "3.13"
# cuda_version: "12.2.2"
# linux_version: "ubuntu22.04"
# task: cuda
# - method: pip
# compiler: clang
# python_version: "3.12"
# cuda_version: "11.8.0"
# linux_version: "ubuntu20.04"
# task: cuda
- method: source
compiler: gcc
python_version: "3.13"
cuda_version: "12.2.2"
linux_version: "ubuntu22.04"
task: cuda
- method: pip
compiler: clang
python_version: "3.12"
cuda_version: "11.8.0"
linux_version: "ubuntu20.04"
task: cuda
steps:
- name: Install latest git and sudo
run: |
Expand Down
Loading