[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 9 19:15:19 PST 2024


================
@@ -63,6 +63,7 @@ typedef enum {
 } hsa_amd_memory_pool_access_t;
 
 typedef enum hsa_amd_agent_info_s {
+  HSA_AMD_AGENT_INFO_CHIP_ID = 0xA000,
----------------
jhuber6 wrote:

Just checking, is this a new thing? I remember having issues when something came from a really new HSA library, I think from the SDMA patch.

https://github.com/llvm/llvm-project/pull/77512


More information about the Openmp-commits mailing list