[Openmp-commits] [PATCH] D55379: [OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 function.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 6 11:35:18 PST 2018


ABataev created this revision.
ABataev added reviewers: gtbercea, kkwli0.
Herald added subscribers: jfb, guansong.

Explicitly casted printf's args to the required types + simplified
shfl64 function.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D55379

Files:
  libomptarget/deviceRTLs/nvptx/src/cancel.cu
  libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
  libomptarget/deviceRTLs/nvptx/src/debug.h
  libomptarget/deviceRTLs/nvptx/src/libcall.cu
  libomptarget/deviceRTLs/nvptx/src/loop.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
  libomptarget/deviceRTLs/nvptx/src/parallel.cu
  libomptarget/deviceRTLs/nvptx/src/reduction.cu
  libomptarget/deviceRTLs/nvptx/src/supporti.h
  libomptarget/deviceRTLs/nvptx/src/sync.cu
  libomptarget/deviceRTLs/nvptx/src/task.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55379.177020.patch
Type: text/x-patch
Size: 31626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181206/2a0e417d/attachment-0001.bin>


More information about the Openmp-commits mailing list