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-transcriber-base.h
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-23
*
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-12
*
Don't inline callees with custom derivative before autodiff. (#3196)
Yong He
2023-09-08
*
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
*
Add auto-diff support for `IRSwizzleStore` (#3102)
Sai Praveen Bangaru
2023-08-14
*
Add support for `kIROp_MakeExistential` (#2832)
Sai Praveen Bangaru
2023-04-23
*
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-12
*
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-15
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
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
*
Cleanup IR representation of interface member derivative. (#2610)
Yong He
2023-01-25
*
First custom backward-derivative test case working. (#2598)
Yong He
2023-01-17
*
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