cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

rahulgarg
Adept II

Global buffer addressing : still by 16 bytes?

In initial versions, g always referred to 16*x bytes away from the 0th location, i.e. the stride was always 16 bytes. Has this changed?

0 Likes
2 Replies

Rahul,
This has not changed, instead a new way to load/store data , UAV, is exposed to do 32bit aligned addressing.
0 Likes

Thanks Micah. How do I access UAVs using CAL? The only reference to UAVs I found was in some structures.

0 Likes