summaryrefslogtreecommitdiffstats
path: root/tests/cooperative-vector/load-store-pointer.slang
Commit message (Collapse)AuthorAge
* Add CoopVec load/store pointer overloads (#6822)Darren Wihandi2025-05-23
* Add pointer/T* variants for coop vec load/store * fix stride decoration and improved test * fix compile warnings * Improve test * Use `coopVecLoad` function in test