search for: int_nvvm_syncthread

Displaying 1 result from an estimated 1 matches for "int_nvvm_syncthread".

Did you mean: int_nvvm_syncthreads
2016 Jul 01
2
Missing TargetPrefix for NVVM intrinsics
...file. About 900 are int_nvvm_*, 30 are int_ptx_*, and 1 is int_cuda. It isn't clear to me if this inconsistency is intentional or warranted - should these all be named int_nvvm_*? Is there a good reason to differentiate int_ptx_*? Why does __syncthreads map to int_cuda_syncthreads, rather than int_nvvm_syncthreads? I'm probably going to go ahead and add the TargetPrefix to the nvvm intrinsics, but I'm not familiar enough with NVPTX to know what to do with the others. Thanks, -- Justin