summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/global-param-hoisting.slang
Commit message (Collapse)AuthorAge
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
| | | | | | | | | | | | | * Fix WGSL parameter block binding. * Re-enable tests. * Update failure list. * Fix entrypoint parameters. * Update tests. * Enable stat-var test.
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
|
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
| | | | | | | | | | | | | * Support parameter block in metal shader objects. * Ingore parameter block tests on devices without tier2 argument buffer. * Fix warning. * Fix texture subscript test. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Metal compute tests (#4292)skallweitNV2024-06-07
|
* Detect and deduplicate read-only resource access. (#2680)Yong He2023-02-27
* Detect and deduplicate read-only resource access. * Fix tests. * Fix tests. --------- Co-authored-by: Yong He <yhe@nvidia.com>