[Openmp-commits] [clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 26 09:20:49 PDT 2024


================
@@ -296,6 +296,17 @@ int __llvm_profile_get_padding_sizes_for_counters(
  */
 void __llvm_profile_set_dumped();
 
+/*!
+ * \brief Write custom target-specific profiling data to a seperate file.
+ * Used by libomptarget for GPU PGO.
----------------
jdoerfert wrote:

```suggestion
 * Used by offload PGO.
```

https://github.com/llvm/llvm-project/pull/93365


More information about the Openmp-commits mailing list