summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/differential-type-syntheize-diagnostics.slang
Commit message (Collapse)AuthorAge
* Enable CUDA testing for batch 2 (#8147)jarcherNV2025-08-12
| | | | Enable CUDA for the tests listed in issue #8078 This requires a minor CUDA prelude change, adding some math functions.
* Fix issue that struct with member is not its Differential type (#7434)kaizhangNV2025-06-13
Close #6176. If the struct has a `no_diff` member, it should not be its Differential type. We miss this check.