[PATCH] D85276: [PGO][CUDA][HIP] Skip generating profile on the device stub and wrong-side functions.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 09:28:53 PDT 2020
tra added a comment.
In D85276#2199655 <https://reviews.llvm.org/D85276#2199655>, @yaxunl wrote:
> Do we need to disable pgo and coverage mapping for device compilation? Or it is already disabled?
We already disable profiling during device compilation for NVIDIA and AMD GPUs:
https://github.com/llvm/llvm-project/blob/394db2259575ef3cac8d3d37836b11eb2373c435/clang/lib/Driver/ToolChains/Clang.cpp#L4876
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85276/new/
https://reviews.llvm.org/D85276
More information about the cfe-commits
mailing list