summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff.cpp
AgeCommit message (Expand)Author
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-01-24IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...Pankaj Mistry
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-09-27Fix regression on no_diff type transcription. (#3245)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-05-06Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru
2023-05-05Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru
2023-04-28Fix handling of `[PreferRecompute]`. (#2855)Sai Praveen Bangaru
2023-04-27Small fixes to autodiff pass. (#2852)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-26Autodiff support for dynamically dispatched generic method. (#2846)Yong He
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-24Change AD checkpointing policy to recompute more. (#2836)Yong He
2023-04-21Refactor checkpointing policy and availability pass. (#2826)Yong He
2023-04-21AD: Various fixes around dynamic dispatch (#2820)Sai Praveen Bangaru
2023-04-05Register `IDifferentiable` witnesses for the differential associated types of...Sai Praveen Bangaru
2023-03-29Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He
2023-03-28AD: Warped-Area-Sampling test works now. (#2742)Sai Praveen Bangaru
2023-03-24Fix nested bwdContextType lowering. (#2731)Yong He
2023-03-23Fix various autodiff crashes related to interface usage. (#2730)Yong He
2023-03-22Type legalization and autodiff bug fixes. (#2722)Yong He
2023-03-21Fix associated type resolution bug. (#2719)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-15AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru
2023-03-15Properly implement differential witness of intermediate context type. (#2699)Yong He
2023-03-14Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-02-27Diagnose on storing differentiable value into non-differentiable location. (#...Yong He
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-17Proper reverse-mode loop handling with splitting + inversion steps (#2656)Sai Praveen Bangaru
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-09Reverse-mode Loop Support (#2635)Sai Praveen Bangaru
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)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-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-17First custom backward-derivative test case working. (#2598)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He