summaryrefslogtreecommitdiff
path: root/tests/autodiff
AgeCommit message (Expand)Author
2025-06-13Fix issue that struct with member is not its Differential type (#7434)kaizhangNV
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-04-04Add a loop analysis step to infer the exit values of loop phi parameters. (#6...Sai Praveen Bangaru
2025-04-01Make IRWitnessTable HOISTABLE (#6417)Jay Kwak
2025-03-18Fix `IRVar` hoisting when its already in the right block. (#6626)Sai Praveen Bangaru
2025-03-17Add auto-diff support for `GetOffsetPtr` (#6625)Sai Praveen Bangaru
2025-03-17Fix crash when swizzling non-differentiable types (#6613)Sai Praveen Bangaru
2025-03-15Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru
2025-02-25Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru
2025-02-25Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru
2025-02-11Add checking for differentiability of the primal substitute function. (#6277)Sai Praveen Bangaru
2025-02-05Fix DCE for calls to functions that have associations (#6272)Sai Praveen Bangaru
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-02-04Fix non-square matrix derivatives (#6282)Sai Praveen Bangaru
2025-01-20Fix def-use issue from multi-level break elimination (#6134)Sai Praveen Bangaru
2025-01-17Fix interface requirement lowering for generic accessors (#6123)Sai Praveen Bangaru
2025-01-13Don't initialize temp var for out parameters. (#6076)Sai Praveen Bangaru
2025-01-10Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru
2025-01-02Correct IR generation for no-diff pointer type (#5976)kaizhangNV
2024-12-20Check subscript/property accessor for differentiability. (#5922)Yong He
2024-12-03Remove dump-intermediates flag (#5729)Sai Praveen Bangaru
2024-11-29Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5...Anders Leino
2024-11-29Add missing WGSL intrinsics to test (#5663)Ellie Hermaszewska
2024-11-28Update Slang-RHI/slang (#5701)Anders Leino
2024-11-22[AD] Add support for resolving custom derivatives where generic parameters ca...Sai Praveen Bangaru
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-18Add `IDifferentiablePtrType` support for arrays (#5576)Sai Praveen Bangaru
2024-11-11Transfer offset decorations when legalizing laid-out structs (#5525)Anders Leino
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-11-06Fix WGSL parameter block binding. (#5500)Yong He
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-28Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-03Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru
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-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-08-27Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru
2024-08-26Correct the `generic-jvp.slang` test (#4900)ArielG-NV
2024-08-20Fix `tests\autodiff\reverse-while-loop-3.slang` test (#4886)ArielG-NV
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-08-06Fix auto-diff synthesized method naming conventions (#4714)Sai Praveen Bangaru
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-07-11Fix issue with synthesizing `Differential` type for self-differential generic...Sai Praveen Bangaru
2024-07-10Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru