Skip to content

Commit 710ccc5

Browse files
committed
chore: bump reactant version
1 parent aafbf50 commit 710ccc5

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
@@ -47,7 +47,7 @@ GPUArrays = "10, 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)