[Openmp-commits] [PATCH] D55379: [OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 function.
Kelvin Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 6 11:52:30 PST 2018
kkwli0 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))
----------------
Is it still being used?
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