Skip to content

Commit 21890c3

Browse files
committed
chore: bump reactant version
1 parent aafbf50 commit 21890c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ ChainRulesCore = "1.25"
4343
ConstructionBase = "1"
4444
ForwardDiff = "0.10.36"
4545
Functors = "0.4.12, 0.5"
46-
GPUArrays = "10, 11"
46+
GPUArrays = "10.3.1, 11"
4747
KernelAbstractions = "0.9.29"
4848
LinearAlgebra = "1.10"
4949
Optimisers = "0.3, 0.4"
50-
Reactant = "0.2.14"
50+
Reactant = "0.2.15"
5151
RecursiveArrayTools = "3.8"
5252
ReverseDiff = "1.15"
5353
SciMLBase = "2"

test/gpu_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jlca = ComponentArray(jla, Axis(a=1:2, b=3:4))
1111
@test getdata(map(identity, jlca)) isa JLArray
1212
@test all(==(0), map(-, jlca, jla))
1313
@test all(map(-, jlca, jlca) .== 0)
14-
@test all(==(0), map(-, jla, jlca)) broken=(VERSION v"1.11-")
14+
@test all(==(0), map(-, jla, jlca)) broken=(pkgversion(JLArrays.GPUArrays) v"11")
1515

1616
@test any(==(1), jlca)
1717
@test count(>(2), jlca) == 2

0 commit comments

Comments
 (0)