[Openmp-commits] [openmp] [OpenMP] Enable automatic unified shared memory on MI300A. (PR #77512)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 9 19:15:18 PST 2024
================
@@ -116,6 +116,34 @@ inline bool isImageCompatibleWithEnv(StringRef ImageArch, uint32_t ImageFlags,
return true;
}
+inline bool isXnackEnabledViaKernelParam() {
----------------
jhuber6 wrote:
Could use a comment explaining this weird file magic and what its purpose is.
https://github.com/llvm/llvm-project/pull/77512
More information about the Openmp-commits
mailing list