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