Skip to content

Commit

Permalink
also import Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Oct 8, 2022
1 parent cd7ca4c commit b8d735e
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, Annotation
import EnzymeCore: ReverseMode, ForwardMode, Annotation, Mode

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

0 comments on commit b8d735e

Please sign in to comment.