OpenCL qualifiers.
These are the qualifiers available in the OpenCL C programming language. Click on a category name in the table below to see information about specific qualifiers.
__read_only, read_only __write_only, write_only __read_write, read_write |
|
|
__local, local __global, global __constant, constant __private, private __generic, generic |
__kernel, kernel __attribute__ with work_group_size_hint, reqd_work_group_size, vec_type_hint |
|
attribute with aligned, packed |
|
attribute with aligned, packed, endian |
|
attribute |
|
typedef, extern, static |
|
|
const, restrict, volatile The type qualifiers const, restrict and volatile as defined by the C99 specification are supported.
These qualifiers cannot be used with |