[Openmp-commits] [openmp] [OpenMP] Enable automatic unified shared memory on MI300A. (PR #77512)

via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 9 19:18:15 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,
----------------
carlobertolli wrote:

It's not, I believe. The low value should be indicative.

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


More information about the Openmp-commits mailing list