summaryrefslogtreecommitdiffstats
path: root/tests/autodiff
Commit message (Expand)AuthorAge
* parser: Avoid dropping modifiers when splitting list (#8546)James Helferty (NVIDIA)2025-10-08
* Fix the missing derivative member check (#8569)kaizhangNV2025-10-02
* Lookup refactor (#8467)kaizhangNV2025-09-23
* fix a crash when using type equality constaint (#8515)kaizhangNV2025-09-23
* render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)2025-09-02
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Fix issue of double lowering issue a differentiable function (#8182)kaizhangNV2025-08-18
* Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139)Harsh Aggarwal (NVIDIA)2025-08-18
* Enable CUDA testing for batch 2 (#8147)jarcherNV2025-08-12
* Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)2025-08-06
* Fix visibility of synthesized Differential typedefs. (#7865)Yong He2025-07-22
* Fix crash when private ctor is used for coercion. (#7858)Yong He2025-07-22
* Fix duplicate DiffPair struct generation for row_major matrices in autodiff (...Copilot2025-07-16
* no_diff diagnostics improvement (#7655)kaizhangNV2025-07-09
* Fix issue that struct with member is not its Differential type (#7434)kaizhangNV2025-06-13
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add a loop analysis step to infer the exit values of loop phi parameters. (#6...Sai Praveen Bangaru2025-04-04
* Make IRWitnessTable HOISTABLE (#6417)Jay Kwak2025-04-01
* Fix `IRVar` hoisting when its already in the right block. (#6626)Sai Praveen Bangaru2025-03-18
* Add auto-diff support for `GetOffsetPtr` (#6625)Sai Praveen Bangaru2025-03-17
* Fix crash when swizzling non-differentiable types (#6613)Sai Praveen Bangaru2025-03-17
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru2025-02-25
* Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru2025-02-25
* Add checking for differentiability of the primal substitute function. (#6277)Sai Praveen Bangaru2025-02-11
* Fix DCE for calls to functions that have associations (#6272)Sai Praveen Bangaru2025-02-05
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Fix non-square matrix derivatives (#6282)Sai Praveen Bangaru2025-02-04
* Fix def-use issue from multi-level break elimination (#6134)Sai Praveen Bangaru2025-01-20
* Fix interface requirement lowering for generic accessors (#6123)Sai Praveen Bangaru2025-01-17
* Don't initialize temp var for out parameters. (#6076)Sai Praveen Bangaru2025-01-13
* Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He2025-01-10
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* Correct IR generation for no-diff pointer type (#5976)kaizhangNV2025-01-02
* Check subscript/property accessor for differentiability. (#5922)Yong He2024-12-20
* Remove dump-intermediates flag (#5729)Sai Praveen Bangaru2024-12-03
* Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5...Anders Leino2024-11-29
* Add missing WGSL intrinsics to test (#5663)Ellie Hermaszewska2024-11-29
* Update Slang-RHI/slang (#5701)Anders Leino2024-11-28
* [AD] Add support for resolving custom derivatives where generic parameters ca...Sai Praveen Bangaru2024-11-22
* Refresh of disabled WGPU tests (#5614)Anders Leino2024-11-21
* Add `IDifferentiablePtrType` support for arrays (#5576)Sai Praveen Bangaru2024-11-18
* Transfer offset decorations when legalizing laid-out structs (#5525)Anders Leino2024-11-11
* Enable a bunch of WGPU tests (#5513)Anders Leino2024-11-07
* Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He2024-11-06
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
* Various WGSL fixes. (#5490)Yong He2024-11-04
* Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru2024-10-28
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
* Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru2024-10-03