Skip to content

Commit 99dc311

Browse files
committed
Update comment for new buffer location property in aocl_mmd.h
1 parent bc950e7 commit 99dc311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/MMD/aocl_mmd.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ typedef enum {
489489
* Specifies the buffer location used for USM API calls. The buffer location
490490
* is an integer index that corresponds to a global memory location in the
491491
* board_spec.xml file. Similar to AOCL_MMD_MEM_PROPERTIES_GLOBAL_MEMORY.
492+
* The buffer location value may not have been validated by the OpenCL
493+
* runtime, so it is the responsibility of the MMD layer to ensure the value
494+
* is valid.
492495
*/
493496
AOCL_MMD_MEM_PROPERTIES_BUFFER_LOCATION
494497
} aocl_mmd_mem_properties_t;

0 commit comments

Comments
 (0)