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 bc555c9 commit add671dCopy full SHA for add671d
Project.toml
@@ -27,7 +27,7 @@ TropicalNumbers = "b3a74e9c-7526-4576-a4eb-79c0d4c32334"
27
28
[compat]
29
AbstractTrees = "0.3, 0.4"
30
-CUDA = "3"
+CUDA = "4"
31
DocStringExtensions = "0.8, 0.9"
32
FFTW = "1.4"
33
Graphs = "1.7"
test/runtests.jl
@@ -45,6 +45,13 @@ end
45
include("multiprocessing.jl")
46
end
47
48
+using CUDA
49
+if CUDA.functional()
50
+ @testset "cuda" begin
51
+ include("cuda.jl")
52
+ end
53
+end
54
+
55
# --------------
56
# doctests
57
0 commit comments