summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-unzip.cpp
Commit message (Expand)AuthorAge
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He2025-01-10
* [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
* Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru2024-10-28
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Fix auto-diff synthesized method naming conventions (#4714)Sai Praveen Bangaru2024-08-06
* Various slangpy fixes. (#3227)Yong He2023-09-21
* Misc. SPIRV Fixes. (#3146)Yong He2023-08-23
* 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
* Prevent storing loads of global parameters. (#2850)Yong He2023-04-27
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Change AD checkpointing policy to recompute more. (#2836)Yong He2023-04-24
* Refactor checkpointing policy and availability pass. (#2826)Yong He2023-04-21
* AD: Various fixes around dynamic dispatch (#2820)Sai Praveen Bangaru2023-04-21
* Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He2023-03-29
* Fix Phi simplification bug. (#2710)Yong He2023-03-16
* Extend DCE to handle pure function calls that returns via `inout` parameters....Yong He2023-03-15
* 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 `fwd_diff(bwd_diff(f))`. (#2697)Yong He2023-03-14
* Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He2023-03-08
* More control flow simplifications. (#2673)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
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Fix several autodiff bugs. (#2643)Yong He2023-02-10
* Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)Yong He2023-02-10
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* 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
* Unify UpdateField and UpdateElement with access chain. (#2611)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
* Separate primal computations from unzipped function into an explicit function...Yong He2022-12-19