summaryrefslogtreecommitdiff
path: root/tests/cooperative-vector/load-store-pointer.slang
AgeCommit message (Collapse)Author
2025-05-23Add CoopVec load/store pointer overloads (#6822)Darren Wihandi
* 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