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