summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-transpose.h
Commit message (Expand)AuthorAge
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* 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
* Implement default initializer list for C-Style type member (#7079)kaizhangNV2025-05-22
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* Fix non-square matrix derivatives (#6282)Sai Praveen Bangaru2025-02-04
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* 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 tuple types work in autodiff. (#4923)Yong He2024-08-28
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Fix CFG reversal logic for loops (#4162)Sai Praveen Bangaru2024-05-14
* Fix crash when writing to `no_diff` out parameter. (#3308)Yong He2023-11-02
* Fix issue with transposing `IRMakeVector` with non-singleton operands (#3280)Sai Praveen Bangaru2023-10-20
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Robustness fixes around reverse-mode differentiation of variables & inout par...Sai Praveen Bangaru2023-07-14
* Squash some warnings (#2956)Ellie Hermaszewska2023-07-05
* Avoid materializing multiple swizzle gradients (#2923)Sai Praveen Bangaru2023-06-21
* Add transpose logic for scalar swizzle (#2888)Yong He2023-05-18
* Fix issue with out-of-order insts during type promotion when transposing code...Sai Praveen Bangaru2023-05-04
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Autodiff support for dynamically dispatched generic method. (#2846)Yong He2023-04-26
* Cleanup checkpointing policy impl. (#2837)Yong He2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Add support for `kIROp_FloatCast` (#2824)Sai Praveen Bangaru2023-04-21
* Refactor checkpointing policy and availability pass. (#2826)Yong He2023-04-21
* Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He2023-03-29
* AD: Warped-Area-Sampling test works now. (#2742)Sai Praveen Bangaru2023-03-28
* 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
* AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru2023-03-15
* Properly implement differential witness of intermediate context type. (#2699)Yong He2023-03-15
* Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He2023-03-13
* Added support for `kIROp_Select` (#2679)Sai Praveen Bangaru2023-02-24
* Support dynamic dispatch a backward differentiable function. (#2678)Yong He2023-02-24
* Fixed hoisting of intermediate array & context vars (#2674)Sai Praveen Bangaru2023-02-22
* Reverse-mode AD fixes for loops with non-trivial break region (#2671)Sai Praveen Bangaru2023-02-22
* Fix transposeCall. (#2669)Yong He2023-02-21
* AD: Remove the original loop condition upon inversion (#2661)Sai Praveen Bangaru2023-02-17
* Proper reverse-mode loop handling with splitting + inversion steps (#2656)Sai Praveen Bangaru2023-02-17
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Various auto-diff bug fixes. (#2646)Yong He2023-02-13
* Reverse-mode Loop Support (#2635)Sai Praveen Bangaru2023-02-09
* Fixed derivatives for kIROp_Neg and kIROp_Div, added another test (#2639)Sai Praveen Bangaru2023-02-09
* Patch transcription of `inout` non differentiable params. (#2623)Yong He2023-02-04
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01