[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable automatic unified shared memory executi… (PR #75999)
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 19 19:47:25 PST 2023
================
@@ -88,6 +88,34 @@ StringRef parseTargetID(StringRef TargetID, StringMap<bool> &FeatureMap) {
return Arch;
}
+bool IsXnackEnabledViaKernelParam() {
----------------
jdoerfert wrote:
Coding style, both name and non-inline definitions in headers.
https://github.com/llvm/llvm-project/pull/75999
More information about the Openmp-commits
mailing list