Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Commit dd9ff5e

Browse files
committed
fixed the comment
1 parent fa2f241 commit dd9ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvx/include/vx_ext_amd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ enum vx_context_attribute_amd_e {
9797
VX_CONTEXT_ATTRIBUTE_AMD_SET_MERGE_RULE = VX_ATTRIBUTE_BASE(VX_ID_AMD, VX_TYPE_CONTEXT) + 0x04,
9898
/*! \brief tensor Data max num of dimensions supported by HW. */
9999
VX_CONTEXT_MAX_TENSOR_DIMENSIONS = VX_ATTRIBUTE_BASE(VX_ID_AMD, VX_TYPE_CONTEXT) + 0x05,
100-
/*! \brief cl_queue_properties to be used for creating OpenCL command queue. */
100+
/*! \brief CL_QUEUE_PROPERTIES to be used for creating OpenCL command queue. Use a <tt>\ref vx_uint32</tt> parameter. */
101101
VX_CONTEXT_CL_QUEUE_PROPERTIES = VX_ATTRIBUTE_BASE(VX_ID_AMD, VX_TYPE_CONTEXT) + 0x06,
102102
};
103103

0 commit comments

Comments
 (0)