Skip to content
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

Bump Cuda versions. #1319

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup OS matrix
id: setup-os-matrix
run: |
os=("ubuntu-latest" "windows-latest")
os=("ubuntu-22.04" "windows-latest")

# runs on macOS only if there is a push to master, or a tag is
# pushed, we do this since macOS builds last too long and ILGPU
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
run: .github/workflows/Scripts/FixNugetSymbolPackages.ps1 -version "${{ needs.check-version.outputs.version }}"

- name: Upload NuGet package artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget-packages
path: ./Bin/Release/ILGPU*.${{ needs.check-version.outputs.version }}.*nupkg
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:

# Verify that the sample projects can compile after switching to NuGet references
- name: Download NuGet package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
path: local-nuget-packages
Expand All @@ -326,7 +326,7 @@ jobs:

# Upload samples artifact (for version tags and master branch only)
- name: Upload Samples artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.event_name == 'push' && !github.event.repository.fork && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
with:
name: samples
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download NuGet package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
- name: Publish to FeedzIO
Expand All @@ -374,11 +374,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download NuGet package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
- name: Download Samples artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: samples

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ILGPU License
********************************************************************************
University of Illinois/NCSA Open Source License
Copyright (c) 2016-2024 ILGPU Project
Copyright (c) 2016-2025 ILGPU Project
All rights reserved.

Developed by: Marcel Koester ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ILGPU also provides Source Link support for a better debugging experience. Make
ILGPU is licensed under the University of Illinois/NCSA Open Source License.
Detailed license information can be found in LICENSE.txt.

Copyright (c) 2016-2024 ILGPU Project. All rights reserved.
Copyright (c) 2016-2025 ILGPU Project. All rights reserved.

Originally developed by Marcel Koester.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion>$(Version)</PackageVersion>

<Title>ILGPU Algorithms Library</Title>
<Copyright>Copyright (c) 2016-2024 ILGPU Project. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2016-2025 ILGPU Project. All rights reserved.</Copyright>
<Company />
<Authors>ILGPU Algorithms Project</Authors>
<Description>ILGPU Algorithms library for high-level GPU programming.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Properties/ILGPU.nuspec.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion>$(Version)</PackageVersion>

<Title>ILGPU</Title>
<Copyright>Copyright (c) 2016-2024 ILGPU Project. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2016-2025 ILGPU Project. All rights reserved.</Copyright>
<Company />
<Authors>Marcel Koester</Authors>
<Description>ILGPU Just-In-Time Compiler</Description>
Expand Down
51 changes: 51 additions & 0 deletions Src/ILGPU/Static/CudaVersions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,55 @@
<Version InstructionSet="8.5" Driver="12.5" Architecture="8.7" />
<Version InstructionSet="8.5" Driver="12.5" Architecture="8.9" />
<Version InstructionSet="8.5" Driver="12.5" Architecture="9.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="1.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="1.1" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="1.2" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="1.3" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="2.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="3.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="3.2" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="3.5" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="3.7" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="5.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="5.2" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="5.3" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="6.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="6.1" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="6.2" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="7.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="7.2" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="7.5" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="8.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="8.6" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="8.7" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="8.9" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="9.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="10.0" />
<Version InstructionSet="8.6" Driver="12.7" Architecture="10.1" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="1.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="1.1" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="1.2" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="1.3" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="2.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="3.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="3.2" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="3.5" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="3.7" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="5.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="5.2" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="5.3" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="6.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="6.1" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="6.2" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="7.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="7.2" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="7.5" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="8.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="8.6" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="8.7" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="8.9" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="9.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="10.0" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="10.1" />
<Version InstructionSet="8.7" Driver="12.8" Architecture="12.0" />
</Versions>