get_access
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) | |
(6) |
-
this function returns an accessor to the buffer in the given command_group scope.
Parameters:-
cl::sycl::handler &
cgh
: Reference to the command group scope where the accessor is
-
-
(deprecated (Deprecated since SYCL 1.2.1))
Returns an accessor to the buffer in the given command_group scope.
Parameters:-
cl::sycl::handler &
cgh
: Reference to the command group scope where the accessor is -
id<dimensions>
offset
: the offset that the accessor will be able to update from. -
range<dimensions>
range
: the range in which the accessor will be updating the data.
-
-
Returns an accessor to the buffer in the given command group scope.
Parameters:-
cl::sycl::handler &
cgh
: Reference to the command group scope where the accessor is -
range<dimensions>
range
: The range in which the accessor will be updating the data -
id<dimensions>
offset
: The offset that the accessor will be able to update from
-
-
Returns an accessor to the buffer, only used on the host side
Returns: Host accessor -
(deprecated (Deprecated since SYCL 1.2.1))
Returns an accessor to the buffer, only used on the host side
Parameters:-
id<dimensions>
offset
: The offset that the accessor will be able to update from. -
range<dimensions>
range
: The range in which the accessor will be updating the data.
-
-
Returns an accessor to the buffer, only used on the host side
Parameters:-
range<dimensions>
range
: The range in which the accessor will be updating the data -
id<dimensions>
offset
: The offset that the accessor will be able to update from
-