summaryrefslogtreecommitdiff
path: root/tests/autodiff/vector-arithmetic-jvp.slang
AgeCommit message (Expand)Author
2025-08-06Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)
2022-11-04Use property for `DifferentialPair` accessors. (#2493)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-07-18Added forward-mode autodiff support for more instructions (#2331)Sai Praveen Bangaru
2022-07-11Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru