cuda-kat icon indicating copy to clipboard operation
cuda-kat copied to clipboard

Use __isGlobal() , __isLocal(), __isShared(), __isConstant()

Open eyalroz opened this issue 4 years ago • 0 comments

The four functions, __isGlobal() , __isLocal(), __isShared(), __isConstant(), are available from CUDA (as of 10.2 it seems) - and we don't need to defined them ourselves under on_device/ptx/. Probably.

eyalroz avatar May 07 '20 22:05 eyalroz