From 62a1cbbceabedbfeb8c03804a2cd9792e0d9bd74 Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Wed, 13 May 2020 22:40:25 -0500 Subject: [PATCH] Correct HSA_AMD_AGENT_INFO_MAX_ADDRESS_WATCH_POINTS text. Missing attribute type. Also remove dangling word in HSA_AMD_AGENT_INFO_MEMORY_WIDTH. No code change, documentation only. Change-Id: I1d0efdb721eaa0e2fb0bdb21f8d5e034beaf8857 [ROCm/ROCR-Runtime commit: 012ffed459248522e88e056bdb31f4de52310550] --- projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h index ff00177a9a..2d7283f676 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -105,7 +105,8 @@ typedef enum hsa_amd_agent_info_s { HSA_AMD_AGENT_INFO_DRIVER_NODE_ID = 0xA004, /** * Max number of watch points on memory address ranges to generate exception - * events when the watched addresses are accessed. + * events when the watched addresses are accessed. The type of this + * attribute is uint32_t. */ HSA_AMD_AGENT_INFO_MAX_ADDRESS_WATCH_POINTS = 0xA005, /** @@ -115,7 +116,7 @@ typedef enum hsa_amd_agent_info_s { HSA_AMD_AGENT_INFO_BDFID = 0xA006, /** * Memory Interface width, the return value type is uint32_t. - * This attribute is deprecated. Use + * This attribute is deprecated. */ HSA_AMD_AGENT_INFO_MEMORY_WIDTH = 0xA007, /**