storage_mem.h File Reference
This file implements an internal base class for memory objects. More...
#include "SYCL/base.h"
#include "SYCL/common.h"
#include "SYCL/final_data.h"
#include "SYCL/index_array.h"
#include "SYCL/kernel.h"
#include "SYCL/predefines.h"
#include "computecpp/gsl/impl/type_traits.h"
#include <cstddef>
#include <iterator>
#include <memory>
#include "computecpp_export.h"
Go to the source code of this file.
Namespaces | |
cl | |
deduce_type_t takes an arbitrary type and attempts to map it to a cl::sycl::cl_type . | |
cl::sycl | |
Enumerations | |
enum | cl::sycl::write_back : bool { cl::sycl::write_back::disable_write_back = false, cl::sycl::write_back::enable_write_back = true } |
Detailed Description
This file implements an internal base class for memory objects.
Definition in file storage_mem.h.