Skip to content

Commit 3e3dad3

Browse files
committed
Add using .ForwardDiff and using .ChainRulesCore statements
1 parent 300e055 commit 3e3dad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vmap_grad.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
using VectorizationBase: AbstractSIMD
3+
using .ForwardDiff
4+
using .ChainRulesCore
35

46
@generated function SLEEFPirates.tanh_fast(x::ForwardDiff.Dual{T,S,N}) where {T,S,N}
57
quote

0 commit comments

Comments
 (0)