[libcxx-commits] [clang-tools-extra] [openmp] [libc] [compiler-rt] [llvm] [clang] [lld] [flang] [libcxx] [lldb] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 4 20:53:17 PST 2024
WenleiHe wrote:
> ongoing effort to extends PGO instrumentation to GPU device code
Is there a high level description for this effort and its goal? Traditional compiler PGO is mostly for profiling control-flow, but we don't usually have a lot of control flow for GPU kernels.
https://github.com/llvm/llvm-project/pull/76587
More information about the libcxx-commits
mailing list