[Openmp-commits] [openmp] [OpenMP] Enable automatic unified shared memory on MI300A. (PR #77512)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 11 13:52:43 PST 2024
================
@@ -183,6 +183,29 @@ Error asyncMemCopy(bool UseMultipleSdmaEngines, void *Dst, hsa_agent_t DstAgent,
#endif
}
+Expected<StringRef> getTargetTripleAndFeatures(hsa_agent_t Agent) {
----------------
carlobertolli wrote:
Right, I changed that to std::string, thanks for the catch!
https://github.com/llvm/llvm-project/pull/77512
More information about the Openmp-commits
mailing list