[Openmp-commits] [PATCH] D93727: [OpenMP] Add using bit flags to select Libomptarget Information
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 22 14:15:01 PST 2020
jhuber6 updated this revision to Diff 313431.
jhuber6 added a comment.
Changing the info and debug functions to use booleans to check if they've been initialized already. Another benefit is that allows every flag to be enabled by setting LIBOMPTARGET_INFO=1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93727/new/
https://reviews.llvm.org/D93727
Files:
openmp/libomptarget/include/Debug.h
openmp/libomptarget/plugins/cuda/src/rtl.cpp
openmp/libomptarget/src/device.cpp
openmp/libomptarget/src/interface.cpp
openmp/libomptarget/src/private.h
openmp/libomptarget/test/offloading/info.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93727.313431.patch
Type: text/x-patch
Size: 16042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201222/ac53e24e/attachment-0001.bin>
More information about the Openmp-commits
mailing list