#include <CL/sycl/context.hpp>
#include <CL/sycl/detail/common.hpp>
#include <CL/sycl/detail/export.hpp>
#include <CL/sycl/device.hpp>
#include <CL/sycl/exception.hpp>
#include <CL/sycl/queue.hpp>
#include <CL/sycl/usm/usm_enums.hpp>
#include <cstdlib>
#include <memory>
Go to the source code of this file.
Classes | |
class | cl::sycl::usm_allocator< T, AllocKind, Alignment > |
struct | cl::sycl::usm_allocator< T, AllocKind, Alignment >::rebind< U > |
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
Functions | |
void * | cl::sycl::aligned_alloc (size_t alignment, size_t size, const device &dev, const context &ctxt, usm::alloc kind, const property_list &propList, const detail::code_location CodeLoc) |
void | cl::sycl::free (void *ptr, const context &ctxt, const detail::code_location CodeLoc) |