summaryrefslogtreecommitdiffstats
path: root/tests/autodiff
Commit message (Expand)AuthorAge
* [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
* Fix diagnostics for [PreferRecompute] (#5159)Sai Praveen Bangaru2024-09-30
* Always run AD cleanup pass. (#5157)Sai Praveen Bangaru2024-09-26
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru2024-08-27
* Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru2024-08-27
* Correct the `generic-jvp.slang` test (#4900)ArielG-NV2024-08-26
* Fix `tests\autodiff\reverse-while-loop-3.slang` test (#4886)ArielG-NV2024-08-20
* Warn when inout parameter is never written (#4777)venkataram-nv2024-08-12
* Fix auto-diff synthesized method naming conventions (#4714)Sai Praveen Bangaru2024-08-06
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
* Warnings function parameters (#4626)venkataram-nv2024-07-16
* Fix issue with synthesizing `Differential` type for self-differential generic...Sai Praveen Bangaru2024-07-11
* Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru2024-07-10
* Treat global variables and parameters as non-differentiable when checking der...Sai Praveen Bangaru2024-07-08
* Metal: misc fixes and enable more tests. (#4374)Yong He2024-06-13
* Remove `IRHLSLExportDecoration` and `IRKeepAliveDecoration` for non-CUDA/Torc...Sai Praveen Bangaru2024-06-13
* Metal compute tests (#4292)skallweitNV2024-06-07
* Fix CFG reversal logic for loops (#4162)Sai Praveen Bangaru2024-05-14
* Fix race-condition and visual artifacts issues (#4152)kaizhangNV2024-05-10
* Fix unzipping logic for inout non-diff parameters and adjust tests (#4090)Sai Praveen Bangaru2024-05-02
* Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru2024-05-02
* Fix compile failures when using debug symbol. (#4069)Yong He2024-05-01
* Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru2024-04-30
* Fix invoke resolution when dealing with overloded type expressions (#4043)Sai Praveen Bangaru2024-04-26
* Fix a bug in the forward derivative of cross product (#4006)Lifan Wu2024-04-23
* AD: Handle case where struct is created with `no_diff`-wrapped operands. (#3629)Sai Praveen Bangaru2024-02-26
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Add `IRThisTypeWitness` to stand in for witness lookups inside an interface d...Yong He2023-11-07
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Add more diagnostics on invalid custom derivative use. (#3309)Yong He2023-11-03