Skip to content

Commit b826fc3

Browse files
committed
Reactant_jll build 0.0.191+0
1 parent cd7f605 commit b826fc3

9 files changed

+84
-380
lines changed

.pkg/platform_augmentation.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
end
3131

3232
const cuda_version_preference = if haskey(preferences, "cuda_version")
33-
expected = ("none", "12.1", "12.4", "12.6", "12.8")
33+
expected = ("none", "12.1", "12.4", "12.6")
3434
if isa(preferences["cuda_version"], String) && preferences["cuda_version"] in expected
3535
preferences["cuda_version"]
3636
else
@@ -97,10 +97,8 @@ function augment_platform!(platform::Platform)
9797
cuda_version_tag = "12.1"
9898
elseif v"12.4" <= current_cuda_version < v"12.6"
9999
cuda_version_tag = "12.4"
100-
elseif v"12.6" <= current_cuda_version < v"12.8"
100+
elseif v"12.6" <= current_cuda_version < v"13"
101101
cuda_version_tag = "12.6"
102-
elseif v"12.8" <= current_cuda_version < v"13"
103-
cuda_version_tag = "12.8"
104102
else
105103
@debug "CUDA version $(current_cuda_version) in $(path) not supported with this version of Reactant"
106104
end

Artifacts.toml

Lines changed: 40 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ os = "linux"
1111

1212
[[Reactant.download]]
1313
sha256 = "c5c47c516d677f34b819ab2048ab8a37d3bbe9ca1ec56d5947eb9a02fa43c31b"
14-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-linux-gnu-cxx11-cuda_version+none-gpu+none-mode+opt.tar.gz"
14+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-linux-gnu-cxx11-cuda_version+none-gpu+none-mode+opt.tar.gz"
1515
[[Reactant]]
1616
arch = "aarch64"
1717
cuda_version = "none"
@@ -25,7 +25,7 @@ os = "linux"
2525

2626
[[Reactant.download]]
2727
sha256 = "fcd9c0e1ad1f9c1380a541672fe0f4d5ac5248cefa8d34c5845cadb9751d2941"
28-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.aarch64-linux-gnu-cxx11-cuda_version+none-gpu+none-mode+opt.tar.gz"
28+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.aarch64-linux-gnu-cxx11-cuda_version+none-gpu+none-mode+opt.tar.gz"
2929
[[Reactant]]
3030
arch = "x86_64"
3131
cuda_version = "none"
@@ -37,7 +37,7 @@ os = "macos"
3737

3838
[[Reactant.download]]
3939
sha256 = "6f92c42e64b98e94d7af4ab30b5d40b4ccce51f58202708fe3979e357d5c90db"
40-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-apple-darwin-cuda_version+none-gpu+none-mode+opt.tar.gz"
40+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-apple-darwin-cuda_version+none-gpu+none-mode+opt.tar.gz"
4141
[[Reactant]]
4242
arch = "aarch64"
4343
cuda_version = "none"
@@ -49,102 +49,98 @@ os = "macos"
4949

5050
[[Reactant.download]]
5151
sha256 = "8ad46eadbc712da8f62908d4e5fafb6c810c92a1ebf4aa22822e2e06074a3072"
52-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.aarch64-apple-darwin-cuda_version+none-gpu+none-mode+opt.tar.gz"
52+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.aarch64-apple-darwin-cuda_version+none-gpu+none-mode+opt.tar.gz"
5353
[[Reactant]]
5454
arch = "x86_64"
55-
cuda_version = "12.1"
56-
cxxstring_abi = "cxx11"
57-
git-tree-sha1 = "1cf161cb9485bdac436bd4b9804d5ac396c23af2"
58-
gpu = "cuda"
55+
cuda_version = "none"
56+
git-tree-sha1 = "4cf7e9de834355634fc8f75e070d47daca13d461"
57+
gpu = "none"
5958
lazy = true
60-
libc = "glibc"
61-
mode = "opt"
62-
os = "linux"
59+
mode = "dbg"
60+
os = "macos"
6361

6462
[[Reactant.download]]
65-
sha256 = "789e700adeb9102e75f81de981f819eaccf18d36560ff184c56ab7f7061786ad"
66-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-linux-gnu-cxx11-cuda_version+12.1-gpu+cuda-mode+opt.tar.gz"
63+
sha256 = "df5208fd3135e452e093c28a60bf99055818a914a95da60ef5c01e6ed267be8b"
64+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-apple-darwin-cuda_version+none-gpu+none-mode+dbg.tar.gz"
6765
[[Reactant]]
68-
arch = "x86_64"
69-
cuda_version = "12.4"
70-
cxxstring_abi = "cxx11"
71-
git-tree-sha1 = "1fd6ddf813e501b8693c557950699e825637c957"
72-
gpu = "cuda"
66+
arch = "aarch64"
67+
cuda_version = "none"
68+
git-tree-sha1 = "3949320ee006854e3f8a235e0c8ad88d76417c00"
69+
gpu = "none"
7370
lazy = true
74-
libc = "glibc"
75-
mode = "opt"
76-
os = "linux"
71+
mode = "dbg"
72+
os = "macos"
7773

7874
[[Reactant.download]]
79-
sha256 = "8377cdf1a4f54681ee13e2d9333d0ebd4d6f129cadcc11cd418109f514644734"
80-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-linux-gnu-cxx11-cuda_version+12.4-gpu+cuda-mode+opt.tar.gz"
75+
sha256 = "b9662ba9e8a659c92ee9b057deae7ac5455914df5ee33137f80195d6c12f3fad"
76+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.aarch64-apple-darwin-cuda_version+none-gpu+none-mode+dbg.tar.gz"
8177
[[Reactant]]
82-
arch = "aarch64"
83-
cuda_version = "12.4"
78+
arch = "x86_64"
79+
cuda_version = "12.1"
8480
cxxstring_abi = "cxx11"
85-
git-tree-sha1 = "cccbbae9a37bfa5af398fcd12ae061c5f53a6731"
81+
git-tree-sha1 = "2745dc2a212356017a6a205c315e2022856c00aa"
8682
gpu = "cuda"
8783
lazy = true
8884
libc = "glibc"
8985
mode = "opt"
9086
os = "linux"
9187

9288
[[Reactant.download]]
93-
sha256 = "5c50d55b6c7a25ba438d0dce8c2d22bc2bc99fda455fcff640ac74576279b220"
94-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.aarch64-linux-gnu-cxx11-cuda_version+12.4-gpu+cuda-mode+opt.tar.gz"
89+
sha256 = "7edaf87ef51d58daf470baead3a29e7fd0746330d4763cd630d806c1cd6dc9ac"
90+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-linux-gnu-cxx11-cuda_version+12.1-gpu+cuda-mode+opt.tar.gz"
9591
[[Reactant]]
9692
arch = "x86_64"
97-
cuda_version = "12.6"
93+
cuda_version = "12.4"
9894
cxxstring_abi = "cxx11"
99-
git-tree-sha1 = "82f1d40580f7d9cd0ebaff75eaf6cc44c836e054"
95+
git-tree-sha1 = "74243209b96081394600ef33926bee35dcd86060"
10096
gpu = "cuda"
10197
lazy = true
10298
libc = "glibc"
10399
mode = "opt"
104100
os = "linux"
105101

106102
[[Reactant.download]]
107-
sha256 = "0887979986bcaa7a01ad30cae824644029762f32101c14e9e11fddd4db562433"
108-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-linux-gnu-cxx11-cuda_version+12.6-gpu+cuda-mode+opt.tar.gz"
103+
sha256 = "3c57c486f9e5e6176931144c78f0c44804c724b5c1e8562b070a45a575b74912"
104+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-linux-gnu-cxx11-cuda_version+12.4-gpu+cuda-mode+opt.tar.gz"
109105
[[Reactant]]
110106
arch = "aarch64"
111-
cuda_version = "12.6"
107+
cuda_version = "12.4"
112108
cxxstring_abi = "cxx11"
113-
git-tree-sha1 = "3ca4f6dd814d439f8e6764c06e0c61857ee8281e"
109+
git-tree-sha1 = "8996429ce0d78c20b649155d0d1a597b9497cf17"
114110
gpu = "cuda"
115111
lazy = true
116112
libc = "glibc"
117113
mode = "opt"
118114
os = "linux"
119115

120116
[[Reactant.download]]
121-
sha256 = "287e2b3f07159f8b60dec4af94e811f1c4d21af7ee9e602e3f68f4ab017193f5"
122-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.aarch64-linux-gnu-cxx11-cuda_version+12.6-gpu+cuda-mode+opt.tar.gz"
117+
sha256 = "68eff079c501f7f2ecb909053007c9eb031879f092a874e63dec53e5f2a9d2e7"
118+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.aarch64-linux-gnu-cxx11-cuda_version+12.4-gpu+cuda-mode+opt.tar.gz"
123119
[[Reactant]]
124120
arch = "x86_64"
125-
cuda_version = "12.8"
121+
cuda_version = "12.6"
126122
cxxstring_abi = "cxx11"
127-
git-tree-sha1 = "84d48bf192e9a57f026807ccf0fb5c05799dad9b"
123+
git-tree-sha1 = "0868bcb1e1039c1ced1e70cb96dabdca61213361"
128124
gpu = "cuda"
129125
lazy = true
130126
libc = "glibc"
131127
mode = "opt"
132128
os = "linux"
133129

134130
[[Reactant.download]]
135-
sha256 = "d528ab368e915e66f2db326d5b8375463377035ee80c76eb441ed54393cbd43c"
136-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.x86_64-linux-gnu-cxx11-cuda_version+12.8-gpu+cuda-mode+opt.tar.gz"
131+
sha256 = "4c51686de8c518e7a523be2390bba86637c595fe35781459d0dfb17cb89c866f"
132+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.x86_64-linux-gnu-cxx11-cuda_version+12.6-gpu+cuda-mode+opt.tar.gz"
137133
[[Reactant]]
138134
arch = "aarch64"
139-
cuda_version = "12.8"
135+
cuda_version = "12.6"
140136
cxxstring_abi = "cxx11"
141-
git-tree-sha1 = "01d51f45977e5a150a4959b9596e5c736087f811"
137+
git-tree-sha1 = "efac9a53a5042e4f6c25a2ff2e78b8ebdf8febad"
142138
gpu = "cuda"
143139
lazy = true
144140
libc = "glibc"
145141
mode = "opt"
146142
os = "linux"
147143

148144
[[Reactant.download]]
149-
sha256 = "d6c4d57053e675fc445cf20fbd33e48fd04f065be3ca7441ce9520dab7352db3"
150-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.192+0/Reactant.v0.0.192.aarch64-linux-gnu-cxx11-cuda_version+12.8-gpu+cuda-mode+opt.tar.gz"
145+
sha256 = "9df7db102e3622707dc0fd85eb498bc81179b32355b7d2656105bb704a04fd70"
146+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.191+0/Reactant.v0.0.191.aarch64-linux-gnu-cxx11-cuda_version+12.6-gpu+cuda-mode+opt.tar.gz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Reactant_jll"
22
uuid = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
3-
version = "0.0.192+0"
3+
version = "0.0.191+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `Reactant_jll.jl` (v0.0.192+0)
1+
# `Reactant_jll.jl` (v0.0.191+0)
22

33
[![deps](https://juliahub.com/docs/Reactant_jll/deps.svg)](https://juliahub.com/ui/Packages/General/Reactant_jll/)
44

55
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
66

7-
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/f2cc72594254b2f2ce4f8aa90201332c0b923ec7/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/3acceea7e1ff85e4ae0c24acbf4ac02fe8666c4b/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

@@ -21,13 +21,13 @@ The tarballs for `Reactant_jll.jl` have been built from these sources:
2121
* git repository: https://github.com/EnzymeAD/Reactant.jl.git (revision: `a1e114b4c1ec997dc1c4c982cadc1975ee8db108`)
2222
* compressed archive: https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz (SHA256 checksum: `79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013`)
2323
* compressed archive: https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz (SHA256 checksum: `01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345`)
24-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz (SHA256 checksum: `dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467`)
24+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz (SHA256 checksum: `1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950`)
2525

2626
## Platforms
2727

2828
`Reactant_jll.jl` is available for the following platforms:
2929

30-
* `Linux aarch64 {cuda_version=12.8, cxxstring_abi=cxx11, gpu=cuda, libc=glibc, mode=opt}` (`aarch64-linux-gnu-cxx11-cuda_version+12.8-gpu+cuda-mode+opt`)
30+
* `Linux aarch64 {cuda_version=12.6, cxxstring_abi=cxx11, gpu=cuda, libc=glibc, mode=opt}` (`aarch64-linux-gnu-cxx11-cuda_version+12.6-gpu+cuda-mode+opt`)
3131

3232
## Dependencies
3333

@@ -54,10 +54,10 @@ The code bindings within this package are autogenerated from the following `Prod
5454
* `LibraryProduct`: `libcufft`
5555
* `LibraryProduct`: `libcusolver`
5656
* `LibraryProduct`: `libcusparse`
57+
* `FileProduct`: `libdevice`
5758
* `LibraryProduct`: `libnccl`
5859
* `LibraryProduct`: `libnvJitLink`
5960
* `LibraryProduct`: `libnvrtc`
6061
* `LibraryProduct`: `libnvrtc_builtins`
6162
* `ExecutableProduct`: `fatbinary`
62-
* `FileProduct`: `libdevice`
6363
* `ExecutableProduct`: `ptxas`
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Autogenerated wrapper script for Reactant_jll for aarch64-apple-darwin-cuda_version+none-gpu+none-mode+dbg
2+
export libReactantExtra
3+
4+
JLLWrappers.@generate_wrapper_header("Reactant")
5+
JLLWrappers.@declare_library_product(libReactantExtra, "@rpath/libReactantExtra.so")
6+
function __init__()
7+
JLLWrappers.@generate_init_header()
8+
JLLWrappers.@init_library_product(
9+
libReactantExtra,
10+
"lib/libReactantExtra.dylib",
11+
RTLD_LAZY | RTLD_DEEPBIND,
12+
)
13+
14+
JLLWrappers.@generate_init_footer()
15+
end # __init__()

0 commit comments

Comments
 (0)