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.cpp
Commit message (
Expand
)
Author
Age
...
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
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
*
AD: Various fixes around dynamic dispatch (#2820)
Sai Praveen Bangaru
2023-04-21
*
Register `IDifferentiable` witnesses for the differential associated types of...
Sai Praveen Bangaru
2023-04-05
*
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
*
Fix nested bwdContextType lowering. (#2731)
Yong He
2023-03-24
*
Fix various autodiff crashes related to interface usage. (#2730)
Yong He
2023-03-23
*
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-03-22
*
Fix associated type resolution bug. (#2719)
Yong He
2023-03-21
*
Fix Phi simplification bug. (#2710)
Yong He
2023-03-16
*
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-15
*
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-15
*
Support `fwd_diff(bwd_diff(f))`. (#2697)
Yong He
2023-03-14
*
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
*
Diagnose on storing differentiable value into non-differentiable location. (#...
Yong He
2023-02-27
*
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
*
Proper reverse-mode loop handling with splitting + inversion steps (#2656)
Sai Praveen Bangaru
2023-02-17
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Reverse-mode Loop Support (#2635)
Sai Praveen Bangaru
2023-02-09
*
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-02-07
*
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
*
First custom backward-derivative test case working. (#2598)
Yong He
2023-01-17
*
Support custom backward derivative attribute. (#2594)
Yong He
2023-01-14
*
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-11
*
Small fixes around repro loading/autodiff (#2585)
jsmall-nvidia
2023-01-10
*
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
*
Multi-block reverse-mode autodiff (#2576)
Sai Praveen Bangaru
2023-01-04
*
Further unify the autodiff passes. (#2574)
Yong He
2022-12-21
*
Rename IR opcodes to unify style. (#2556)
Yong He
2022-12-07
*
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-12-01
*
Support `no_diff` on existential typed params. (#2540)
Yong He
2022-11-30
*
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-29
*
Refactored reverse-mode implementation to use 4 separate passes. (#2531)
Sai Praveen Bangaru
2022-11-29
*
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru
2022-11-22
[prev]