[Openmp-commits] [PATCH] D33227: [OpenMP] libomptarget: move debugging dumps under control of environment variable OMP_TARGET_DEBUG
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 7 11:29:08 PDT 2017
grokos added a comment.
In https://reviews.llvm.org/D33227#775337, @guansong wrote:
> Just to share what I have locally. I have OFFLOAD_DEBUG=1 for the plugin side debug messages, and DEVICE_DEBUG=1 for the deviceRTL side messages.
So are you suggesting that each plugin has its own env variable to turn debug output on/off?
https://reviews.llvm.org/D33227
More information about the Openmp-commits
mailing list