summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-diff-jvp.cpp
Commit message (Expand)AuthorAge
* Refactor Auto-diff passes (#2526)Sai Praveen Bangaru2022-11-22
* WIP: Fixed inout struct and added testing for calls to non-differentiable fun...Sai Praveen Bangaru2022-11-21
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Squash warnings (#2515)Ellie Hermaszewska2022-11-16
* Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu2022-11-14
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
* Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He2022-11-08
* Small cleanups on forward differentiation. (#2498)Yong He2022-11-07
* Higher order differentiation. (#2487)Yong He2022-11-04
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* More renaming in jvp pass. (#2475)Yong He2022-10-27
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
* Adding a differentiable standard library (#2465)Sai Praveen Bangaru2022-10-26
* Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He2022-10-24
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10
* Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru2022-08-05
* Added forward-mode autodiff support for more instructions (#2331)Sai Praveen Bangaru2022-07-18
* Added support for differentiating out and inout parameters. (#2323)Sai Praveen Bangaru2022-07-13
* Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru2022-07-11
* Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...Sai Praveen Bangaru2022-06-30
* Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru2022-06-25
* Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru2022-06-23