summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-autodiff-rev.cpp
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
* Add debug information for slang inling (#6621)Mukund Keshava2025-05-10
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* Don't initialize temp var for out parameters. (#6076)Sai Praveen Bangaru2025-01-13
* Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He2025-01-10
* [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
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* 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
* Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru2024-08-27
* [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He2024-02-28
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Revert inlining change in #3217. (#3229)Yong He2023-09-21
* Move force inlining step to before `processAutodiffCalls` (and run in loop) (...Sai Praveen Bangaru2023-09-20
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* 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
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru2023-08-14
* Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He2023-05-26
* Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru2023-05-05
* 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
* Support recomputing phi params in bwd prop func. (#2841)Yong He2023-04-25
* Cleanup checkpointing policy impl. (#2837)Yong He2023-04-25
* 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
* Fix inlining. (#2786)Yong He2023-04-10
* Fix autodiff pass duplicates exported functions. (#2759)Yong He2023-03-30
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* [TreatAsDifferentiable] functions. (#2720)Yong He2023-03-21
* Fix Phi simplification bug. (#2710)Yong He2023-03-16
* AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru2023-03-15
* 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
* More fixes for reverse-mode on complicated loops (#2675)Sai Praveen Bangaru2023-02-27
* 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
* AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)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
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Patch transcription of `inout` non differentiable params. (#2623)Yong He2023-02-04