summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff.h
AgeCommit message (Expand)Author
2025-10-03Rename some symbols related to pointers types (#8592)Theresa Foley
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-04-04Do no fail on missing no_diff annotation on non-differentiable (inputs and ou...Ellie Hermaszewska
2025-03-15Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru
2025-02-25Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-08-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-01-24IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...Pankaj Mistry
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-05-05Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru
2023-04-26Autodiff support for dynamically dispatched generic method. (#2846)Yong He
2023-04-24Change AD checkpointing policy to recompute more. (#2836)Yong He
2023-04-21Refactor checkpointing policy and availability pass. (#2826)Yong He
2023-03-29Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He
2023-03-28AD: Warped-Area-Sampling test works now. (#2742)Sai Praveen Bangaru
2023-03-15AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-17AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)Sai Praveen Bangaru
2023-02-17Cleaned up legacy differential type handling + type casting bugfixes (#2660)Sai Praveen Bangaru
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-03Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He
2023-01-10Nested bwd-diff func call context save/restore. (#2584)Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-12-21Further unify the autodiff passes. (#2574)Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru