DPC++ Runtime
Runtime libraries for oneAPI DPC++
uniform.hpp File Reference
#include <sycl/detail/defines_elementary.hpp>
#include <type_traits>
Include dependency graph for uniform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::item< dimensions, with_offset >
 Identifies an instance of the function object executing at each point in a range. More...
 
class  sycl::_V1::id< dimensions >
 A unique identifier of an item in an index space. More...
 
class  sycl::_V1::nd_item< dimensions >
 Identifies an instance of the function object executing at each point in an nd_range. More...
 
class  sycl::_V1::h_item< dimensions >
 Identifies an instance of a group::parallel_for_work_item function object executing at each point in a local range passed to a parallel_for_work_item call or to the corresponding parallel_for_work_group call. More...
 
class  sycl::_V1::group< Dims >
 
class  sycl::_V1::nd_range< dimensions >
 Defines the iteration domain of both the work-groups and the overall dispatch. More...
 
struct  sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int< T, Tmpl >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int< T< N >, Tmpl >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int_bool< T, Tmpl >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int_bool< T< N, X >, Tmpl >
 
class  sycl::_V1::ext::oneapi::experimental::uniform< T >
 

Namespaces

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

Macros

#define SYCL_EXT_ONEAPI_UNIFORM   1
 

Variables

template<class T , template< int > class Tmpl>
static constexpr bool sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int_v
 
template<class T , template< int, bool > class Tmpl>
static constexpr bool sycl::_V1::ext::oneapi::experimental::detail::is_instance_of_tmpl_int_bool_v
 

Macro Definition Documentation

◆ SYCL_EXT_ONEAPI_UNIFORM

#define SYCL_EXT_ONEAPI_UNIFORM   1

Definition at line 16 of file uniform.hpp.