Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx committed Dec 10, 2023
1 parent 15a10c5 commit f04bdf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,42 +74,42 @@ jobs:
os: ubuntu-latest
rust: stable
computecap: 61
cuda: '12.3.0'
cuda: '12.1.0'
- build: win
os: windows-latest
rust: stable
computecap: 61
cuda: '12.3.0'
cuda: '12.1.0'
- build: linux
os: ubuntu-latest
rust: stable
computecap: 75
cuda: '12.3.0'
cuda: '12.1.0'
- build: win
os: windows-latest
rust: stable
computecap: 75
cuda: '12.3.0'
cuda: '12.1.0'
- build: linux
os: ubuntu-latest
rust: stable
computecap: 86
cuda: '12.3.0'
cuda: '12.1.0'
- build: win
os: windows-latest
rust: stable
computecap: 86
cuda: '12.3.0'
cuda: '12.1.0'
- build: linux
os: ubuntu-latest
rust: stable
computecap: 89
cuda: '12.3.0'
cuda: '12.1.0'
- build: win
os: windows-latest
rust: stable
computecap: 89
cuda: '12.3.0'
cuda: '12.1.0'

steps:
- name: Checkout repository
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,49 +58,49 @@ jobs:
os: ubuntu-latest
rust: stable
computecap: 61
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: win
os: windows-latest
rust: stable
computecap: 61
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: linux
os: ubuntu-latest
rust: stable
computecap: 75
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: win
os: windows-latest
rust: stable
computecap: 75
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: linux
os: ubuntu-latest
rust: stable
computecap: 86
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: win
os: windows-latest
rust: stable
computecap: 86
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: linux
os: ubuntu-latest
rust: stable
computecap: 89
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: win
os: windows-latest
rust: stable
computecap: 89
cuda: '12.3.0'
cuda: '12.1.0'
cudaver: 12
- build: linux
os: ubuntu-latest
Expand Down

0 comments on commit f04bdf2

Please sign in to comment.