Skip to content

Commit

Permalink
Update src/Enzyme.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Oct 8, 2022
1 parent 4164393 commit cd7ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export autodiff, jacobian, gradient, gradient!
export markType, batch_size, onehot, chunkedonehot

using LinearAlgebra
import EnzymeCore: ReverseMode, ForwardMode
import EnzymeCore: ReverseMode, ForwardMode, Annotation

# Independent code, must be loaded before "compiler.jl"
include("pmap.jl")
Expand Down

0 comments on commit cd7ca4c

Please sign in to comment.