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

Go to the source code of this file.

Classes

class  sycl::_V1::detail::ArgDesc
 
class  sycl::_V1::detail::NDRDescT
 
struct  sycl::_V1::detail::check_fn_signature< typename, T >
 
struct  sycl::_V1::detail::check_fn_signature< F, RetT(Args...)>
 
struct  sycl::_V1::detail::KernelLambdaHasKernelHandlerArgT< KernelType, LambdaArgType >
 
class  sycl::_V1::detail::HostKernelBase
 
class  sycl::_V1::detail::InteropTask
 
class  sycl::_V1::detail::HostTask
 
class  sycl::_V1::detail::HostKernel< KernelType, KernelArgType, Dims >
 

Namespaces

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

Functions

template<typename F , typename... Args>
static constexpr bool sycl::_V1::detail::check_kernel_lambda_takes_args ()
 
template<typename KernelType , typename LambdaArgType , typename std::enable_if_t< std::is_same< LambdaArgType, void >::value > * = nullptr>
constexpr bool sycl::_V1::detail::isKernelLambdaCallableWithKernelHandlerImpl ()
 
template<typename KernelType >
std::enable_if_t< KernelLambdaHasKernelHandlerArgT< KernelType >::value > sycl::_V1::detail::runKernelWithoutArg (KernelType KernelName)
 
template<typename KernelType >
std::enable_if_t<!KernelLambdaHasKernelHandlerArgT< KernelType >::value > sycl::_V1::detail::runKernelWithoutArg (KernelType KernelName)
 
template<typename ArgType , typename KernelType >
std::enable_if_t< KernelLambdaHasKernelHandlerArgT< KernelType, ArgType >::value > sycl::_V1::detail::runKernelWithArg (KernelType KernelName, ArgType Arg)
 
template<typename ArgType , typename KernelType >
std::enable_if_t< !KernelLambdaHasKernelHandlerArgT< KernelType, ArgType >::value > sycl::_V1::detail::runKernelWithArg (KernelType KernelName, ArgType Arg)