LuxDL/Lux.jl

upstream ForwardDiff rules to NNlib.jl

Open

#1,008 opened on Jul 16, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (84 forks)batch import
good first issueluxlib

Repository metrics

Stars
 (700 stars)
PR merge metrics
 (Avg merge 13d 21h) (2 merged PRs in 30d)

Description

Code: https://github.com/LuxDL/LuxLib.jl/blob/3ef59f2e4175dfbbd383ebfb607bea1c8fe60738/src/impl/forward_diff.jl#L1-L50

Tests: https://github.com/LuxDL/LuxLib.jl/blob/main/test/others/forwarddiff_tests.jl

The main reason I haven't been able to do it is because of how the tests are structured which forces you to copy the code for different backends

Contributor guide