[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:55:01 PST 2018
ABataev marked an inline comment as done.
ABataev added inline comments.
================
Comment at: libomptarget/deviceRTLs/nvptx/src/debug.h:190
// for printing without worring about precision, pointers...
#define P64(_x) ((unsigned long long)(_x))
----------------
kkwli0 wrote:
> Is it still being used?
I will check this later. Still, there are some places which must be fixed.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55379/new/
https://reviews.llvm.org/D55379
More information about the Openmp-commits
mailing list