Skip to content

Commit

Permalink
fix: explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jul 13, 2024
1 parent 6ea9a63 commit e21991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LuxLibForwardDiffExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module LuxLibForwardDiffExt

using ForwardDiff: ForwardDiff
using LuxLib: LuxLib
using LuxDeviceUtils: AbstractLuxDevice, AbstractLuxGPUDevice
using LuxDeviceUtils: AbstractLuxGPUDevice
using NNlib: NNlib

LuxLib.__has_dual(::ForwardDiff.Dual) = true
Expand Down

0 comments on commit e21991e

Please sign in to comment.