We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77002f4 commit 649a3c8Copy full SHA for 649a3c8
2 files changed
test/Project.toml
@@ -6,6 +6,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
6
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
7
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
8
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
9
+CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
10
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
11
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"
12
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
test/runtests.jl
@@ -84,4 +84,9 @@ include("utils.jl")
84
include("allocations.jl")
85
end
86
87
+ @testset verbose = true "GPU" begin
88
+ @testset "CUDA" begin
89
+ include("cuda.jl")
90
+ end
91
92
0 commit comments