File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ DenseSparsityDetector
135135### From primitive
136136
137137``` @docs
138- AutoForwardFromPrimitive
139- AutoReverseFromPrimitive
138+ DifferentiationInterface. AutoForwardFromPrimitive
139+ DifferentiationInterface. AutoReverseFromPrimitive
140140```
141141
142142## Internals
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import DifferentiationInterface as DI
88import DifferentiationInterfaceTest as DIT
99using ForwardDiff: ForwardDiff
1010using StaticArrays: StaticArrays, @SVector
11+ using JLArrays: JLArrays
1112using Test
1213
1314using ExplicitImports
7576@testset " Weird" begin
7677 test_differentiation (AutoForwardDiff (), component_scenarios (); logging= LOGGING)
7778 test_differentiation (AutoForwardDiff (), static_scenarios (); logging= LOGGING)
79+ test_differentiation (
80+ DI. AutoForwardFromPrimitive (AutoForwardDiff ()), gpu_scenarios (); logging= LOGGING
81+ )
7882
7983 @testset " Batch size" begin
8084 @test DI. pick_batchsize (AutoForwardDiff (), rand (7 )) isa DI. BatchSizeSettings{7 }
You can’t perform that action at this time.
0 commit comments