[llvm-dev] __syncthreads() inrtinsic seems to be missing from __clang_cuda_device_functions.h (original) (raw)
Jesse Lu via llvm-dev llvm-dev at lists.llvm.org
Fri May 22 11:27:27 PDT 2020
- Previous message: [llvm-dev] Improve MergeFunctions to incorporate MergeSimilarFunction patches and ThinLTO Support
- Next message: [llvm-dev] __syncthreads() inrtinsic seems to be missing from __clang_cuda_device_functions.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi!
I see the __syncthreads_{and|or|count}()
CUDA intrinsics listed in
https://github.com/llvm/llvm-project/blob/master/clang/lib/Headers/__clang_cuda_device_functions.h
but
the vanilla __syncthreads()
intrinsic seems to be missing. Is this an
oversight, or is it omitted for a specific reason?
Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200522/4082015f/attachment.html>
- Previous message: [llvm-dev] Improve MergeFunctions to incorporate MergeSimilarFunction patches and ThinLTO Support
- Next message: [llvm-dev] __syncthreads() inrtinsic seems to be missing from __clang_cuda_device_functions.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]