We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d037b77 commit c1ac7ceCopy full SHA for c1ac7ce
2 files changed
DifferentiationInterface/test/GPU/CUDA/main.jl
@@ -0,0 +1,8 @@
1
+@info "Testing on CUDA"
2
+using Pkg
3
+Pkg.add(["CUDA", "DifferentiationInterface"])
4
+using Test
5
+
6
+@testset verbose = true "Simple" begin
7
+ include("simple.jl")
8
+end
DifferentiationInterface/test/GPU/CUDA/simple.jl
@@ -1,6 +1,3 @@
-@info "Testing on CUDA"
-using Pkg
-Pkg.add("CUDA")
using CUDA
using DifferentiationInterface
import DifferentiationInterface as DI
0 commit comments