cl::sycl::property::no_init_impl Class Reference
The no_init property. More...
#include <accessor.h>
Public Member Functions | |
constexpr | no_init_impl () |
Detailed Description
The no_init property.
Indicates that an accessor expects to write all new values without looking at the original values in a buffer. Similar to discard_write, or discard_read_write. Allowed with access_mode::write or access_mode:read_write, in conjunction with accessor, host_accessor, unsampled_image_accessor or host_unsampled_image_accessor.
Definition at line 197 of file accessor.h.
Constructor & Destructor Documentation
◆ no_init_impl()
|
inline |
Definition at line 199 of file accessor.h.
The documentation for this class was generated from the following file: