EnzymeAD/Enzyme.jl

Duplicated for `mutable` and `Dual` for forward.

オープン

#189 opened on 2022/01/27

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (96 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (563 個のスター)
PR merge metrics
 (平均マージ 5d 1h) (30d で 76 merged PRs)

説明

Right now the user can accidentally pass in Duplicated(1.0, 0.0) to autodiff, which is odd and surprising since duplicated is for the shadow storage loacation and 0.0 is immutable and can't be changed on the Julia semantics level. We should use a separate type e.g. Dual for forward diff.

コントリビューターガイド