reinterpret
Creates and returns a reinterpreted SYCL buffer with the type specified by ReinterpretT, dimensions specified by ReinterpretDim and range specified by reinterpretRange
(1) |
-
Creates and returns a reinterpreted SYCL buffer with the type specified by ReinterpretT, dimensions specified by ReinterpretDim and range specified by reinterpretRange
Parameters:-
range<ReinterpretDim>
reinterpretRange
: the range that the new buffer will use.
-