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