Skip to content

Commit e6714d8

Browse files
Merge pull request #314 from SciML/ap/1.12_support
fix: loading on 1.12
2 parents 28c6749 + 398ff10 commit e6714d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ComponentArrays"
22
uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
33
authors = ["Jonnie Diegelman <[email protected]>"]
4-
version = "0.15.29"
4+
version = "0.15.30"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

ext/ComponentArraysGPUArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ for (fname, op) in [(:sum, :(Base.add_sum)), (:prod, :(Base.mul_prod)),
8383
end
8484
end
8585

86-
function ComponentArray(nt::NamedTuple{names,
86+
function ComponentArrays.ComponentArray(nt::NamedTuple{names,
8787
<:Tuple{Vararg{Union{GPUArrays.AbstractGPUArray, GPUComponentArray}}}}) where {names}
8888
T = recursive_eltype(nt)
8989
gpuarray = getdata(first(nt))

0 commit comments

Comments
 (0)