Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx committed Dec 2, 2023
1 parent c62f897 commit 0813a96
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,46 +50,46 @@ jobs:
fail-fast: false
matrix:
include:
# - build: linux
# os: ubuntu-latest
# computecap: 61
# feature: cuda
# - build: win
# os: windows-latest
# computecap: 61
# feature: cuda
# - build: linux
# os: ubuntu-latest
# computecap: 75
# feature: cuda
# - build: win
# os: windows-latest
# computecap: 75
# feature: cuda
# - build: linux
# os: ubuntu-latest
# computecap: 86
# feature: cuda
# - build: win
# os: windows-latest
# computecap: 86
# feature: cuda
# - build: linux
# os: ubuntu-latest
# computecap: 89
# feature: cuda
# - build: win
# os: windows-latest
# computecap: 89
# feature: cuda
- build: linux
os: ubuntu-latest
computecap: 61
feature: cuda
- build: win
os: windows-latest
computecap: 61
feature: cuda
- build: linux
os: ubuntu-latest
computecap: 75
feature: cuda
- build: win
os: windows-latest
computecap: 75
feature: cuda
- build: linux
os: ubuntu-latest
computecap: 86
feature: cuda
- build: win
os: windows-latest
computecap: 86
feature: cuda
- build: linux
os: ubuntu-latest
computecap: 89
feature: cuda
- build: win
os: windows-latest
computecap: 89
feature: cuda
- build: linux
os: ubuntu-latest
computecap: ""
feature: ""
- build: win
os: windows-latest
computecap: ""
feature: ""
# - build: win
# os: windows-latest
# computecap: ""
# feature: ""

steps:
- name: Checkout repository
Expand All @@ -116,7 +116,7 @@ jobs:
sub-packages: '[]'
non-cuda-sub-packages: '["libcublas"]'

- name: Build cuda release binary
- name: Build Cuda release binary
shell: bash
env:
CUDA_COMPUTE_CAP: ${{ matrix.computecap }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue-candle"
version = "0.0.4"
version = "0.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0813a96

Please sign in to comment.