summaryrefslogtreecommitdiffstats
path: root/tests/compute/texture-get-dimensions-cuda.slang
Commit message (Collapse)AuthorAge
* Add GetDimensions support for CUDA (#6718)Mukund Keshava2025-04-01
* Add GetDimensions support for CUDA This CL adds GetDimensions support for cuda by using the PTX instructions. Currently, PTX only supports getting width, height and depth. This CL also adds a new test to test this support. Fixes #5139 * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>