[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable parallel copies via multiple SDMA engines (PR #71801)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 9 13:47:16 PST 2023
================
@@ -2623,6 +2652,8 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
});
}
+ bool getUseMultipleSdmaEngines() { return OMPX_UseMultipleSdmaEngines; }
----------------
jhuber6 wrote:
Having this be a `getter` is weird, maybe just `useMultipleSdmaEngines`.
https://github.com/llvm/llvm-project/pull/71801
More information about the Openmp-commits
mailing list