[PATCH] D41521: [CUDA] fixes for __shfl_* intrinsics.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 21 14:37:06 PST 2017


tra created this revision.
tra added a reviewer: jlebar.
Herald added a subscriber: sanjoy.

- __shfl_{up,down}* uses `unsigned int` for the third parameter.
- added [unsigned] long overloads for non-sync shuffles. Augments r319908 which added long overload for sync shuffles.


https://reviews.llvm.org/D41521

Files:
  clang/lib/Headers/__clang_cuda_intrinsics.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41521.127950.patch
Type: text/x-patch
Size: 12392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171221/c3468425/attachment-0001.bin>


More information about the cfe-commits mailing list