Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CEnum = "0.4, 0.5"
ChainRulesCore = "1"
EnzymeCore = "0.8"
ExprTools = "0.1"
GPUArrays = "11.2.1"
GPUArrays = "11.2.6"
GPUCompiler = "1"
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
KernelAbstractions = "0.9.2"
Expand Down
4 changes: 2 additions & 2 deletions test/gpuarrays_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ end
@testitem "gpuarrays - indexing scalar" setup=[TSGPUArrays] begin
gpuarrays_test("indexing scalar")
end
@testitem "gpuarrays - linalg" setup=[TSGPUArrays] begin
gpuarrays_test("linalg")
@testitem "gpuarrays - linalg/core" setup=[TSGPUArrays] begin
gpuarrays_test("linalg/core")
end
@testitem "gpuarrays - linalg/mul!/matrix-matrix" setup=[TSGPUArrays] begin
gpuarrays_test("linalg/mul!/matrix-matrix")
Expand Down