We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc950e7 commit 99dc311Copy full SHA for 99dc311
include/MMD/aocl_mmd.h
@@ -489,6 +489,9 @@ typedef enum {
489
* Specifies the buffer location used for USM API calls. The buffer location
490
* is an integer index that corresponds to a global memory location in the
491
* 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.
495
*/
496
AOCL_MMD_MEM_PROPERTIES_BUFFER_LOCATION
497
} aocl_mmd_mem_properties_t;
0 commit comments