DPC++ Runtime
Runtime libraries for oneAPI DPC++
cg_types.hpp File Reference
#include <sycl/detail/array.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/helpers.hpp>
#include <sycl/detail/host_profiling_info.hpp>
#include <sycl/detail/item_base.hpp>
#include <sycl/detail/kernel_desc.hpp>
#include <sycl/detail/pi.h>
#include <sycl/exception.hpp>
#include <sycl/group.hpp>
#include <sycl/h_item.hpp>
#include <sycl/id.hpp>
#include <sycl/interop_handle.hpp>
#include <sycl/item.hpp>
#include <sycl/kernel_handler.hpp>
#include <sycl/nd_item.hpp>
#include <sycl/nd_range.hpp>
#include <sycl/range.hpp>
#include <functional>
#include <stddef.h>
#include <type_traits>
#include <utility>
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::HostTask
 
class  sycl::_V1::detail::HostKernel< KernelType, KernelArgType, Dims >
 

Namespaces

 sycl
 
 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_v< LambdaArgType, void >> * = 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)