summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/custom-diff-empty-func.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 DCE for calls to functions that have associations (#6272)Sai Praveen Bangaru2025-02-05
* Fix DCE for calls to functions that have associations * Update slang-ir-util.cpp * Update slang-ir-util.cpp