summaryrefslogtreecommitdiff
path: root/tests/autodiff-dstdlib
AgeCommit message (Expand)Author
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-08-20Updated support to enable batch3 (#8219)Harsh Aggarwal (NVIDIA)
2025-08-12Enable CUDA testing for batch 2 (#8147)jarcherNV
2025-08-06Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)
2025-07-04Make copysign function differentiable (#7585)Copilot
2025-05-21Add inverse hyperbolic derivatives (#7173)Darren Wihandi
2025-02-20Fix gradient behavior for min() and max() functions at boundaries. When input...Sai Praveen Bangaru
2025-02-19Fix issue with `clamp`'s derivatives at the boundary. (#6403)Sai Praveen Bangaru
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-09Add stdlib tests for `clamp` derivatives which also checks `max` and `min` de...Sai Praveen Bangaru
2023-09-20Fix `atan2` stdlib derivative + add tests. (#3218)Sai Praveen Bangaru
2023-04-10Cleaner impl of unary stdlib derivative functions. (#2785)Yong He
2023-03-22Type legalization and autodiff bug fixes. (#2722)Yong He
2023-03-07Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He
2023-03-01Implement derivatives for HLSL intrinsics. (#2684)Yong He
2023-02-07Add backward derivatives for functions in diff.meta.slang (#2633)winmad
2023-02-03Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He
2023-01-17First custom backward-derivative test case working. (#2598)Yong He
2022-11-14Adding some math functions and their derivatives (#2497)winmad