[clang] [llvm] [Offload][Driver] Split frontend CUDA/HIP language assumptions from backend device (PR #212373)
Sophia Herrmann via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 14:54:05 PDT 2026
================
@@ -1439,13 +1457,11 @@ void CGNVCUDARuntime::emitOffloadProfilingSections() {
OffloadProfSectionShadows.push_back({Shadow, DeviceName.str()});
};
- // Keep this order in sync with the runtime: data, counters, uniform counters,
- // then names.
+ // Keep this order in sync with the runtime: data, counters, then names.
----------------
jellytabby wrote:
Removed since determined to be rebase/merge artifacts
https://github.com/llvm/llvm-project/pull/212373
More information about the llvm-commits
mailing list