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: 012ffed459]
Этот коммит содержится в:
Sean Keely
2020-05-13 22:40:25 -05:00
родитель 6d8700198f
Коммит 62a1cbbcea
+3 -2
Просмотреть файл
@@ -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,
/**