You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define THREADPTR(x) thread x
#define DEVICEPTR(x) device x
#define THREADGRPPTR(x) threadgroup x
#define CONSTPTR(x) constant x
Can you explain what 'thread', 'device', 'threadgroup', and 'constant' are in terms of programming? I guess i am not sure what they mean to a c++ compiler.
The text was updated successfully, but these errors were encountered:
I have a few questions about the code.
I will ask one:
In PlatformIndependence.h:
Can you explain what 'thread', 'device', 'threadgroup', and 'constant' are in terms of programming? I guess i am not sure what they mean to a c++ compiler.
The text was updated successfully, but these errors were encountered: