DPC++ Runtime
Runtime libraries for oneAPI DPC++
properties.hpp File Reference
#include <sycl/aspects.hpp>
#include <sycl/ext/oneapi/properties/property.hpp>
#include <sycl/ext/oneapi/properties/property_utils.hpp>
#include <sycl/ext/oneapi/properties/property_value.hpp>
#include <array>
#include <stddef.h>
#include <stdint.h>
#include <type_traits>
#include <utility>
Include dependency graph for properties.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< Xs >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< X, Xs... >
 
struct  sycl::_V1::ext::oneapi::experimental::properties_tag
 
struct  sycl::_V1::ext::oneapi::experimental::work_group_size_key
 
struct  sycl::_V1::ext::oneapi::experimental::work_group_size_hint_key
 
struct  sycl::_V1::ext::oneapi::experimental::sub_group_size_key
 
struct  sycl::_V1::ext::oneapi::experimental::device_has_key
 
struct  sycl::_V1::ext::oneapi::experimental::property_value< work_group_size_key, std::integral_constant< size_t, Dim0 >, std::integral_constant< size_t, Dims >... >
 
struct  sycl::_V1::ext::oneapi::experimental::property_value< work_group_size_hint_key, std::integral_constant< size_t, Dim0 >, std::integral_constant< size_t, Dims >... >
 
struct  sycl::_V1::ext::oneapi::experimental::property_value< sub_group_size_key, std::integral_constant< uint32_t, Size > >
 
struct  sycl::_V1::ext::oneapi::experimental::property_value< device_has_key, std::integral_constant< aspect, Aspects >... >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::PropertyMetaInfo< work_group_size_key::value_t< Dim0, Dims... > >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::PropertyMetaInfo< work_group_size_hint_key::value_t< Dim0, Dims... > >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::PropertyMetaInfo< sub_group_size_key::value_t< Size > >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::PropertyMetaInfo< device_has_key::value_t< Aspects... > >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::HasKernelPropertiesGetMethod< T, typename >
 
struct  sycl::_V1::ext::oneapi::experimental::detail::HasKernelPropertiesGetMethod< T, std::void_t< decltype(std::declval< T >().get(std::declval< properties_tag >()))> >
 

Namespaces

 sycl
 
 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_FUNCTION_PROPERTY(PROP)
 

Variables

template<size_t Dim0, size_t... Dims>
constexpr work_group_size_key::value_t< Dim0, Dims... > sycl::_V1::ext::oneapi::experimental::work_group_size
 
template<size_t Dim0, size_t... Dims>
constexpr work_group_size_hint_key::value_t< Dim0, Dims... > sycl::_V1::ext::oneapi::experimental::work_group_size_hint
 
template<uint32_t Size>
constexpr sub_group_size_key::value_t< Size > sycl::_V1::ext::oneapi::experimental::sub_group_size
 
template<aspect... Aspects>
constexpr device_has_key::value_t< Aspects... > sycl::_V1::ext::oneapi::experimental::device_has
 

Macro Definition Documentation

◆ SYCL_EXT_ONEAPI_FUNCTION_PROPERTY

#define SYCL_EXT_ONEAPI_FUNCTION_PROPERTY (   PROP)

Definition at line 178 of file properties.hpp.