Skip to content
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
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1'
os:
- ubuntu-latest
- windows-latest
arch:
- x64
include:
- os: macOS-latest
arch: aarch64
version: '1.10'
- os: macOS-latest
arch: aarch64
version: '1'
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "BLISBLAS"
uuid = "6f275bd8-fec0-4d39-945b-7e95a765fa1e"
authors = ["Carsten Bauer <[email protected]> and contributors"]
version = "0.1.1"
version = "0.2.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"

[compat]
blis_jll = "2"
julia = "1.10"
julia = "1.12"

[extras]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
2 changes: 1 addition & 1 deletion src/BLISBLAS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

function __init__()
if blis_jll.is_available()
BLAS.lbt_forward(blis, clear=false)
BLAS.lbt_forward(blis, clear=true)
else
@warn("blis_jll artifact doesn't seem to be available for your platform!")
end
Expand Down
Loading
Loading