[Openmp-commits] [PATCH] D66809: Use target_impl functions to replace more inline asm
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 27 09:55:11 PDT 2019
JonChesterfield created this revision.
JonChesterfield added reviewers: jdoerfert, ABataev, grokos, Hahnfeld, gregrodgers, ronlieb, hfinkel.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Use target_impl functions to replace more inline asm
Follow on from D65836 <https://reviews.llvm.org/D65836>. Removes remaining asm shuffles and lanemask accessors
Also changes the types of target_impl bitwise functions to unsigned.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66809
Files:
openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu
openmp/libomptarget/deviceRTLs/nvptx/src/parallel.cu
openmp/libomptarget/deviceRTLs/nvptx/src/reduction.cu
openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h
openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66809.217425.patch
Type: text/x-patch
Size: 9184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190827/18d6c88f/attachment-0001.bin>
More information about the Openmp-commits
mailing list