We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfc00e commit a62c1b6Copy full SHA for a62c1b6
test/gpuarrays_tests.jl
@@ -30,8 +30,8 @@ end
30
@testitem "gpuarrays - indexing scalar" setup=[TSGPUArrays] begin
31
gpuarrays_test("indexing scalar")
32
end
33
-@testitem "gpuarrays - linalg" setup=[TSGPUArrays] begin
34
- gpuarrays_test("linalg")
+@testitem "gpuarrays - linalg/core" setup=[TSGPUArrays] begin
+ gpuarrays_test("linalg/core")
35
36
@testitem "gpuarrays - linalg/mul!/matrix-matrix" setup=[TSGPUArrays] begin
37
gpuarrays_test("linalg/mul!/matrix-matrix")
0 commit comments