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-addr-inst-elimination.cpp
Age
Commit message (
Expand
)
Author
2025-03-17
Add auto-diff support for `GetOffsetPtr` (#6625)
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-24
Use DebugDeclare instead of DebugValue. (#5404)
Yong He
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-08-28
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-12
Warn when inout parameter is never written (#4777)
venkataram-nv
2023-10-11
Small warnings and bugs (#3272)
Ellie Hermaszewska
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-03-23
Fix various autodiff crashes related to interface usage. (#2730)
Yong He
2023-03-14
Support `fwd_diff(bwd_diff(f))`. (#2697)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-01
Support `out` parameters in backward differentiation. (#2619)
Yong He
2023-01-25
Unify UpdateField and UpdateElement with access chain. (#2611)
Yong He
2023-01-24
Reimplement address elimination. (#2605)
Yong He