DPC++ Runtime
Runtime libraries for oneAPI DPC++
alloc_device.hpp File Reference
Include dependency graph for alloc_device.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::oneapi
 
 sycl::_V1::ext::oneapi::experimental
 

Typedefs

template<typename T , typename ListA , typename ListB >
using sycl::_V1::ext::oneapi::experimental::CheckDevicePtrTAndPropLists = typename detail::CheckTAndPropListsWithUsmKind< sycl::usm::alloc::device, T, ListA, ListB >
 
template<typename PropertyListT >
using sycl::_V1::ext::oneapi::experimental::GetAnnotatedDevicePtrProperties = detail::GetAnnotatedPtrPropertiesWithUsmKind< sycl::usm::alloc::device, PropertyListT >
 

Functions

template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_device_annotated (size_t alignment, size_t numBytes, const device &syclDevice, const context &syclContext, const propertyListA &propList=properties{})
 
template<typename T , typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_device_annotated (size_t alignment, size_t count, const device &syclDevice, const context &syclContext, const propertyListA &propList=properties{})
 
template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_device_annotated (size_t alignment, size_t numBytes, const queue &syclQueue, const propertyListA &propList=properties{})
 
template<typename T , typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_device_annotated (size_t alignment, size_t count, const queue &syclQueue, const propertyListA &propList=properties{})
 
template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_device_annotated (size_t numBytes, const device &syclDevice, const context &syclContext, const propertyListA &propList=properties{})
 
template<typename T , typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_device_annotated (size_t count, const device &syclDevice, const context &syclContext, const propertyListA &propList=properties{})
 
template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_device_annotated (size_t numBytes, const queue &syclQueue, const propertyListA &propList=properties{})
 
template<typename T , typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedDevicePtrProperties<propertyListA>::type>
std::enable_if_t< CheckDevicePtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_device_annotated (size_t count, const queue &syclQueue, const propertyListA &propList=properties{})