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.h
Age
Commit message (
Expand
)
Author
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-04-04
Do no fail on missing no_diff annotation on non-differentiable (inputs and ou...
Ellie Hermaszewska
2025-03-15
Fix lowering of associated types in generic interfaces (#6600)
Sai Praveen Bangaru
2025-02-25
Fix `UseGraph::replace` (#6395)
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-09-19
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-03-01
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-01-24
IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...
Pankaj Mistry
2023-12-15
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-08-17
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-05-05
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-04-26
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
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-03-29
Update checkpoint policy to make obvious recompute decisions. (#2753)
Yong He
2023-03-28
AD: Warped-Area-Sampling test works now. (#2742)
Sai Praveen Bangaru
2023-03-15
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-13
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-17
AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)
Sai Praveen Bangaru
2023-02-17
Cleaned up legacy differential type handling + type casting bugfixes (#2660)
Sai Praveen Bangaru
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-03
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Yong He
2023-02-01
Support `out` parameters in backward differentiation. (#2619)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-24
Reimplement address elimination. (#2605)
Yong He
2023-01-23
Full address insts elimination for backward autodiff. (#2604)
Yong He
2023-01-14
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-11
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-10
Nested bwd-diff func call context save/restore. (#2584)
Yong He
2023-01-06
Split bwd_diff op into separate ops for primal and propagate func. (#2582)
Yong He
2022-12-21
Further unify the autodiff passes. (#2574)
Yong He
2022-12-01
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-11-22
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru