[Openmp-commits] [PATCH] D112083: [OpenMP] Remove macro guards for device debugging
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 19 09:58:56 PDT 2021
JonChesterfield added a comment.
I really like the scheme of choosing debug level at application compile time, instead of at compiler runtime build time. I'm suggesting we run with that idea for the host runtime, effectively building the print expansion of DP(...) into the release build instead of eliding it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112083/new/
https://reviews.llvm.org/D112083
More information about the Openmp-commits
mailing list