summaryrefslogtreecommitdiff
path: root/tests/autodiff/dstdlib-vector.slang
AgeCommit message (Collapse)Author
2022-11-14Adding some math functions and their derivatives (#2497)winmad
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
* Add [ForwardDerivativeOf] attribute. * Fix handling around phi nodes. * Fixes. * Remove IR opcode for ForwardDerivativeOfDecoration. Co-authored-by: Yong He <yhe@nvidia.com>
2022-11-04Use property for `DifferentialPair` accessors. (#2493)Yong He
2022-11-01Added a vector intrinsic definition for exp (to serve as template for other ↵Sai Praveen Bangaru
vector intrinsics) (#2481) * Added vector exp definition * Naming