Skip to content

Commit 40b1d6f

Browse files
authored
Merge pull request #850
Update GPUArrays test
2 parents dbca21d + 26085b7 commit 40b1d6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CEnum = "0.4, 0.5"
5050
ChainRulesCore = "1"
5151
EnzymeCore = "0.8"
5252
ExprTools = "0.1"
53-
GPUArrays = "11.2.1"
53+
GPUArrays = "11.3.0"
5454
GPUCompiler = "1"
5555
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
5656
KernelAbstractions = "0.9.2"

test/gpuarrays_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ end
3030
@testitem "gpuarrays - indexing scalar" setup=[TSGPUArrays] begin
3131
gpuarrays_test("indexing scalar")
3232
end
33-
@testitem "gpuarrays - linalg" setup=[TSGPUArrays] begin
34-
gpuarrays_test("linalg")
33+
@testitem "gpuarrays - linalg/core" setup=[TSGPUArrays] begin
34+
gpuarrays_test("linalg/core")
3535
end
3636
@testitem "gpuarrays - linalg/mul!/matrix-matrix" setup=[TSGPUArrays] begin
3737
gpuarrays_test("linalg/mul!/matrix-matrix")

0 commit comments

Comments
 (0)