[Openmp-commits] [openmp] [OpenMP][libomptarget] Enable parallel copies via multiple SDMA engines (PR #71801)
Jan Patrick Lehr via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 9 13:49:42 PST 2023
================
@@ -2623,6 +2652,8 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
});
}
+ bool getUseMultipleSdmaEngines() { return OMPX_UseMultipleSdmaEngines; }
----------------
jplehr wrote:
That's a good point. I also added `const` here.
https://github.com/llvm/llvm-project/pull/71801
More information about the Openmp-commits
mailing list