summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-transcriber-base.h
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Warn when inout parameter is never written (#4777)venkataram-nv2024-08-12
* Don't inline callees with custom derivative before autodiff. (#3196)Yong He2023-09-08
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru2023-08-14
* Add support for `kIROp_MakeExistential` (#2832)Sai Praveen Bangaru2023-04-23
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Properly implement differential witness of intermediate context type. (#2699)Yong He2023-03-15
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Cleanup IR representation of interface member derivative. (#2610)Yong He2023-01-25
* First custom backward-derivative test case working. (#2598)Yong He2023-01-17
* Make backward differentiation work with generics. (#2586)Yong He2023-01-11
* Nested bwd-diff func call context save/restore. (#2584)Yong He2023-01-10
* Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He2023-01-06
* Further unify the autodiff passes. (#2574)Yong He2022-12-21