Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100598
[CUDA, FDO] Filter out profiling options from GPU-side compilations. ClosedPublic Authored by tra on Apr 15 2021, 1:54 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 15 2021, 2:32 PM Closed by commit rGeaa9ef075d9b: [CUDA, FDO] Filter out profiling options from GPU-side compilations. (authored by tra). · Explain WhyApr 16 2021, 11:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338184 clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/clang_f_opts.c
|
@yaxunl Should I add isHipDevice here too? I don't think host-side profiling info is of much use for GPU compilation.