[Openmp-commits] [PATCH] D93055: [OpenMP] Add time profiling for libomptarget
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 17 12:31:34 PST 2020
tianshilei1992 added inline comments.
================
Comment at: openmp/CMakeLists.txt:86
+option(OPENMP_ENABLE_LIBOMPTARGET_PROFILING "Enable time profiling for libomptarget."
+ ${ENABLE_LIBOMPTARGET})
if (OPENMP_ENABLE_LIBOMPTARGET)
----------------
So is it intentional to enable profiling as long as `libomptarget` is enabled?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93055/new/
https://reviews.llvm.org/D93055
More information about the Openmp-commits
mailing list