DPC++ Runtime
Runtime libraries for oneAPI DPC++
usm_impl.hpp File Reference
Include dependency graph for usm_impl.hpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 
 sycl::_V1::detail::usm
 

Functions

void * sycl::_V1::detail::usm::alignedAlloc (size_t Alignment, size_t Bytes, const context &Ctxt, const device &Dev, sycl::usm::alloc Kind, const code_location &CL)
 
void * sycl::_V1::detail::usm::alignedAllocHost (size_t Alignment, size_t Bytes, const context &Ctxt, sycl::usm::alloc Kind, const code_location &CL)
 
void sycl::_V1::detail::usm::free (void *Ptr, const context &Ctxt, const code_location &CL)