Skip to content

Commit 72e7154

Browse files
committed
Dev right version of DI
1 parent 184e657 commit 72e7154

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • DifferentiationInterface/test/GPU/CUDA

DifferentiationInterface/test/GPU/CUDA/main.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@info "Testing on CUDA"
22
using Pkg
3-
Pkg.add(["CUDA", "DifferentiationInterface"])
3+
Pkg.add("CUDA")
4+
Pkg.develop(PackageSpec(; path="./DifferentiationInterface"))
45
using Test
56

67
@testset verbose = true "Simple" begin

0 commit comments

Comments
 (0)