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

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::intel
 

Typedefs

template<typename ElementType , access::decorated IsDecorated = access::decorated::legacy>
using sycl::_V1::ext::intel::device_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_device_space, IsDecorated >
 
template<typename ElementType , access::decorated IsDecorated = access::decorated::legacy>
using sycl::_V1::ext::intel::host_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_host_space, IsDecorated >
 
template<typename ElementType >
using sycl::_V1::ext::intel::raw_device_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_device_space, access::decorated::no >
 
template<typename ElementType >
using sycl::_V1::ext::intel::raw_host_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_host_space, access::decorated::no >
 
template<typename ElementType >
using sycl::_V1::ext::intel::decorated_device_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_device_space, access::decorated::yes >
 
template<typename ElementType >
using sycl::_V1::ext::intel::decorated_host_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_host_space, access::decorated::yes >