summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff-rev.h
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-10-28Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Cleanup checkpointing policy impl. (#2837)Yong He
2023-02-22Fixed hoisting of intermediate array & context vars (#2674)Sai Praveen Bangaru
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-03Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-25Unify UpdateField and UpdateElement with access chain. (#2611)Yong He
2023-01-25Cleanup IR representation of interface member derivative. (#2610)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)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
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru