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