cl::sycl::property::buffer::use_host_ptr Class Reference
The use_host_ptr property adds the requirement that the SYCL runtime must not allocate any memory for the SYCL buffer and instead uses the provided host pointer directly. More...
#include <buffer.h>
Public Member Functions | |
use_host_ptr () | |
Detailed Description
The use_host_ptr property adds the requirement that the SYCL runtime must not allocate any memory for the SYCL buffer and instead uses the provided host pointer directly.
Constructor & Destructor Documentation
◆ use_host_ptr()
|
inline |
The documentation for this class was generated from the following file: