DPC++ Runtime
Runtime libraries for oneAPI DPC++
alloc_shared.hpp File Reference
Include dependency graph for alloc_shared.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::CheckSharedPtrTAndPropLists = typename detail::CheckTAndPropListsWithUsmKind< sycl::usm::alloc::shared, T, ListA, ListB >
 
template<typename PropertyListT >
using sycl::_V1::ext::oneapi::experimental::GetAnnotatedSharedPtrProperties = detail::GetAnnotatedPtrPropertiesWithUsmKind< sycl::usm::alloc::shared, PropertyListT >
 

Functions

template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_shared_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 GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_shared_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 GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_shared_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 GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::aligned_alloc_shared_annotated (size_t alignment, size_t count, const queue &syclQueue, const propertyListA &propList=properties{})
 
template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_shared_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 GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_shared_annotated (size_t count, const device &syclDevice, const context &syclContext, const propertyListA &propList=properties{})
 
template<typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< void, propertyListA, propertyListB >::value, annotated_ptr< void, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_shared_annotated (size_t numBytes, const queue &syclQueue, const propertyListA &propList=properties{})
 
template<typename T , typename propertyListA = detail::empty_properties_t, typename propertyListB = typename GetAnnotatedSharedPtrProperties<propertyListA>::type>
std::enable_if_t< CheckSharedPtrTAndPropLists< T, propertyListA, propertyListB >::value, annotated_ptr< T, propertyListB > > sycl::_V1::ext::oneapi::experimental::malloc_shared_annotated (size_t count, const queue &syclQueue, const propertyListA &propList=properties{})