summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/backward-diff-check.slang
Commit message (Collapse)AuthorAge
* Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)2025-08-06
| | | | | | | * Fix 7723 - Add autodiff tests * Update bug-1.slang Adding Vulkan
* AD: More legacy type handling cleanup + user-defined reverse-mode fix (#2662)Sai Praveen Bangaru2023-02-17
| | | | | | | | | * WIP: Remove all legacy type checking * Fixed issue with user-defined backward derivatives not bypassing the AD process --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Treat user defined backward derivative function as non differentiable. (#2650)Yong He2023-02-15
Co-authored-by: Yong He <yhe@nvidia.com>