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

Go to the source code of this file.

Classes

class  __fill< DataT, Dimensions, AccessMode, AccessTarget, IsPlaceholder >
 
class  __usmfill< T >
 
class  __usmfill2d< T >
 
class  __usmmemcpy2d< T >
 
class  __copyAcc2Ptr< T_Src, T_Dst, Dims, AccessMode, AccessTarget, IsPlaceholder >
 
class  __copyPtr2Acc< T_Src, T_Dst, Dims, AccessMode, AccessTarget, IsPlaceholder >
 
class  __copyAcc2Acc< T_Src, Dims_Src, AccessMode_Src, AccessTarget_Src, T_Dst, Dims_Dst, AccessMode_Dst, AccessTarget_Dst, IsPlaceholder_Src, IsPlaceholder_Dst >
 
class  sycl::_V1::buffer< T, dimensions, AllocatorT, __Enabled >
 Defines a shared array that can be used by kernels in queues. More...
 
class  sycl::_V1::ext::intel::experimental::pipe< _name, _dataT, _min_capacity, _propertiesT, class >
 
class  sycl::_V1::detail::image_accessor< DataT, Dimensions, AccessMode, AccessTarget, IsPlaceholder >
 
class  sycl::_V1::detail::__pf_kernel_wrapper< Name >
 
struct  sycl::_V1::detail::get_kernel_wrapper_name_t< Type >
 
struct  sycl::_V1::detail::GetMergedKernelProperties< KernelType, PropertiesT, Cond >
 
struct  sycl::_V1::detail::GetMergedKernelProperties< KernelType, PropertiesT, std::enable_if_t< ext::oneapi::experimental::detail::HasKernelPropertiesGetMethod< KernelType >::value > >
 
class  sycl::_V1::detail::RoundedRangeKernel< TransformedArgType, Dims, KernelType >
 
class  sycl::_V1::detail::RoundedRangeKernelWithKH< TransformedArgType, Dims, KernelType >
 
class  sycl::_V1::handler
 Command group handler class. More...
 
struct  sycl::_V1::handler::ShouldEnableSetArg< T >
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::intel
 
 sycl::_V1::ext::intel::experimental
 
 sycl::_V1::detail
 

Macros

#define __SYCL_NONCONST_FUNCTOR__
 
#define _KERNELFUNCPARAMTYPE   KernelType
 
#define _KERNELFUNCPARAM(a)   _KERNELFUNCPARAMTYPE a
 
#define __SYCL_KERNEL_ATTR__
 

Typedefs

template<typename F , typename SuggestedArgType >
using sycl::_V1::detail::lambda_arg_type = decltype(argument_helper< F, SuggestedArgType >(0))
 

Functions

template<typename RetType , typename Func , typename Arg >
static Arg sycl::_V1::detail::member_ptr_helper (RetType(Func::*)(Arg) const)
 
template<typename F , typename SuggestedArgType >
SuggestedArgType sycl::_V1::detail::argument_helper (...)
 
device sycl::_V1::detail::getDeviceFromHandler (handler &CommandGroupHandlerRef)
 
bool sycl::_V1::detail::isDeviceGlobalUsedInKernel (const void *DeviceGlobalPtr)
 
template<int Dims, typename T >
std::enable_if_t< std::is_same_v< T, range< Dims > >||std::is_same_v< T, id< Dims > > > sycl::_V1::detail::checkValueRange (const T &V)
 
template<int Dims>
void sycl::_V1::detail::checkValueRange (const range< Dims > &R, const id< Dims > &O)
 
template<int Dims, typename T >
std::enable_if_t< std::is_same_v< T, nd_range< Dims > > > sycl::_V1::detail::checkValueRange (const T &V)
 

Variables

template<typename F , typename SuggestedArgType >
decltype(member_ptr_helper(&F::operator())) sycl::_V1::detail::argument_helper (int)
 

Macro Definition Documentation

◆ __SYCL_KERNEL_ATTR__

#define __SYCL_KERNEL_ATTR__

Definition at line 1218 of file handler.hpp.

◆ __SYCL_NONCONST_FUNCTOR__

#define __SYCL_NONCONST_FUNCTOR__

Definition at line 48 of file handler.hpp.

◆ _KERNELFUNCPARAM

#define _KERNELFUNCPARAM (   a)    _KERNELFUNCPARAMTYPE a

Definition at line 58 of file handler.hpp.

◆ _KERNELFUNCPARAMTYPE

#define _KERNELFUNCPARAMTYPE   KernelType

Definition at line 54 of file handler.hpp.