summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/dstdlib.slang
Commit message (Collapse)AuthorAge
* Adding some math functions and their derivatives (#2497)winmad2022-11-14
|
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
| | | | | | | | | | | * Add [ForwardDerivativeOf] attribute. * Fix handling around phi nodes. * Fixes. * Remove IR opcode for ForwardDerivativeOfDecoration. Co-authored-by: Yong He <yhe@nvidia.com>
* Use property for `DifferentialPair` accessors. (#2493)Yong He2022-11-04
|
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
|
* Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He2022-10-27
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Adding a differentiable standard library (#2465)Sai Praveen Bangaru2022-10-26