DPC++ Runtime
Runtime libraries for oneAPI DPC++
usm_pointer_info.hpp File Reference
Include dependency graph for usm_pointer_info.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 

Functions

usm::alloc sycl::_V1::get_pointer_type (const void *ptr, const context &ctxt)
 Query the allocation type from a USM pointer. More...
 
device sycl::_V1::get_pointer_device (const void *ptr, const context &ctxt)
 Queries the device against which the pointer was allocated Throws an invalid_object_error if ptr is a host allocation. More...