File tree Expand file tree Collapse file tree 5 files changed +791
-9
lines changed Expand file tree Collapse file tree 5 files changed +791
-9
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,13 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 version :
23- - ' 1.10'
2423 - ' 1'
2524 os :
2625 - ubuntu-latest
2726 - windows-latest
2827 arch :
2928 - x64
3029 include :
31- - os : macOS-latest
32- arch : aarch64
33- version : ' 1.10'
3430 - os : macOS-latest
3531 arch : aarch64
3632 version : ' 1'
Original file line number Diff line number Diff line change 11name = " BLISBLAS"
22uuid = " 6f275bd8-fec0-4d39-945b-7e95a765fa1e"
33authors = [
" Carsten Bauer <[email protected] > and contributors" ]
4- version = " 0.1.1 "
4+ version = " 0.2.0 "
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88blis_jll = " 6136c539-28a5-5bf0-87cc-b183200dce32"
99
1010[compat ]
1111blis_jll = " 2"
12- julia = " 1.10 "
12+ julia = " 1.12 "
1313
1414[extras ]
1515Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
Original file line number Diff line number Diff line change 1717
1818function __init__ ()
1919 if blis_jll. is_available ()
20- BLAS. lbt_forward (blis, clear= false )
20+ BLAS. lbt_forward (blis, clear= true )
2121 else
2222 @warn (" blis_jll artifact doesn't seem to be available for your platform!" )
2323 end
You can’t perform that action at this time.
0 commit comments