summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-transcriber-base.cpp
Commit message (Expand)AuthorAge
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* Correct IR generation for no-diff pointer type (#5976)kaizhangNV2025-01-02
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Fix auto-diff synthesized method naming conventions (#4714)Sai Praveen Bangaru2024-08-06
* Fix regression on no_diff type transcription. (#3245)Yong He2023-09-27
* Don't inline callees with custom derivative before autodiff. (#3196)Yong He2023-09-08
* Global values are automatically assigned null derivative (#3186)Sai Praveen Bangaru2023-09-06
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru2023-08-14
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Add support for `kIROp_MakeExistential` (#2832)Sai Praveen Bangaru2023-04-23
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Fix various autodiff crashes related to interface usage. (#2730)Yong He2023-03-23
* Hack handling of primal insts that has a function type. (#2728)Yong He2023-03-23
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* Fix Phi simplification bug. (#2710)Yong He2023-03-16
* Properly implement differential witness of intermediate context type. (#2699)Yong He2023-03-15
* Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He2023-03-14
* Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He2023-03-13
* Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He2023-03-08
* Fix differential type registration through non-differentiable type. (#2677)Yong He2023-02-24
* AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)Sai Praveen Bangaru2023-02-17
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Reverse-mode Loop Support (#2635)Sai Praveen Bangaru2023-02-09
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01
* Patched support for multi-return and fallthrough if-else with break stmts (#2...Sai Praveen Bangaru2023-01-31
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Overhauled reverse-mode control flow handling (#2608)Sai Praveen Bangaru2023-01-30
* Cleanup IR representation of interface member derivative. (#2610)Yong He2023-01-25
* Reimplement address elimination. (#2605)Yong He2023-01-24
* First custom backward-derivative test case working. (#2598)Yong He2023-01-17
* Support custom backward derivative attribute. (#2594)Yong He2023-01-14
* 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
* Multi-block reverse-mode autodiff (#2576)Sai Praveen Bangaru2023-01-04
* Further unify the autodiff passes. (#2574)Yong He2022-12-21