buffer<const type-parameter-0-0, dimensions, type-parameter-0-2>
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
-
Constructs a buffer with host pointer
Parameters:-
const T *
hostPointer
: Pointer to host data -
const range<dimensions> &
r
: Range of the buffer -
AllocatorT
allocator
: The allocator used to create internal storage -
const cl::sycl::property_list &
propList
: List of buffer properties
-
-
Constructs a buffer with host pointer
Parameters:-
const T *
hostPointer
: Pointer to host data -
const range<dimensions> &
r
: Range of the buffer -
const cl::sycl::property_list &
propList
: List of buffer properties
-
-
Constructs a buffer with a host pointer.
Parameters:-
const shared_ptr_class<const T> &
hostPointer
: Shared pointer to host data -
const range<dimensions> &
r
: Range of the buffer -
AllocatorT
allocator
: The allocator used to create internal storage -
const cl::sycl::property_list &
propList
: List of buffer properties
-
-
Constructs a buffer with a host pointer.
Parameters:-
const shared_ptr_class<const T> &
hostPointer
: Shared pointer to host data -
const range<dimensions> &
r
: Range of the buffer -
const cl::sycl::property_list &
propList
: List of buffer properties
-
-
Parameters:-
cl::sycl::dmem_shptr
impl
-