summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff-transcriber-base.h
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2023-09-08Don't inline callees with custom derivative before autodiff. (#3196)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-14Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru
2023-04-23Add support for `kIROp_MakeExistential` (#2832)Sai Praveen Bangaru
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-03-15Properly implement differential witness of intermediate context type. (#2699)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-25Cleanup IR representation of interface member derivative. (#2610)Yong He
2023-01-17First custom backward-derivative test case working. (#2598)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He
2023-01-10Nested bwd-diff func call context save/restore. (#2584)Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-12-21Further unify the autodiff passes. (#2574)Yong He