Skip to content

Commit c1ac7ce

Browse files
committed
Install DifferentiationInterface
1 parent d037b77 commit c1ac7ce

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@info "Testing on CUDA"
2-
using Pkg
3-
Pkg.add("CUDA")
41
using CUDA
52
using DifferentiationInterface
63
import DifferentiationInterface as DI

0 commit comments

Comments
 (0)