summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/high-order-diff-operator.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
* Language server improvements for auto-diff. (#2521)Yong He2022-11-16
|
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Clean up type checking of higher order expressions. * Replace `goto` with `break` to pacify clang. * Fix. * Fixes. * Fix more tests. * Fix lowerWitnessTable parameter error. * Exclude attributes from ast printing. Co-authored-by: Yong He <yhe@nvidia.com>