summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-autodiff.cpp
AgeCommit message (Expand)Author
2024-09-30Fix diagnostics for [PreferRecompute] (#5159)Sai Praveen Bangaru
2024-09-26Always run AD cleanup pass. (#5157)Sai Praveen Bangaru
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-08-28Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-07-19move autodiff-decoration-stripping-pass so it always runs (#4632)ArielG-NV
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