summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff-primal-hoist.cpp
AgeCommit message (Expand)Author
2025-10-15Clean up Slang IR representation of undefined values (#8708)Theresa Foley
2025-10-03Rename some symbols related to pointers types (#8592)Theresa Foley
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-04-04Add a loop analysis step to infer the exit values of loop phi parameters. (#6...Sai Praveen Bangaru
2025-02-25Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru
2025-02-25Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru
2025-01-29Fix loophole in hoisting where an `OpVar`'s uses might not be properly regist...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-10-28Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2023-09-29Add `requirePrelude()` intrinsic function. (#3250)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-20Move force inlining step to before `processAutodiffCalls` (and run in loop) (...Sai Praveen Bangaru
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2023-06-07AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-07Optimize logic around indexed temporary variables (#2873)Sai Praveen Bangaru
2023-05-06Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-28Fix handling of `[PreferRecompute]`. (#2855)Sai Praveen Bangaru
2023-04-27Small fixes to autodiff pass. (#2852)Yong He
2023-04-27Prevent storing loads of global parameters. (#2850)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Support recomputing phi params in bwd prop func. (#2841)Yong He
2023-04-25Cleanup checkpointing policy impl. (#2837)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-24Change AD checkpointing policy to recompute more. (#2836)Yong He
2023-04-21Refactor checkpointing policy and availability pass. (#2826)Yong He
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-03-29Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He
2023-03-15AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru