[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 16 14:23:42 PST 2024
================
@@ -2728,6 +2780,34 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
return Err;
}
+ /// Detect if current architecture is an APU.
+ Error checkIfAPU() {
----------------
jhuber6 wrote:
Alright, maybe put a TODO here to update this function once said feature is available or something.
https://github.com/llvm/llvm-project/pull/77512
More information about the Openmp-commits
mailing list