DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::work_group_size_hint_key Struct Reference

#include <sycl/ext/oneapi/kernel_properties/properties.hpp>

Inheritance diagram for sycl::_V1::ext::oneapi::experimental::work_group_size_hint_key:
Collaboration diagram for sycl::_V1::ext::oneapi::experimental::work_group_size_hint_key:

Public Types

template<size_t... Dims>
using value_t = property_value< work_group_size_hint_key, std::integral_constant< size_t, Dims >... >
 

Additional Inherited Members

- Static Protected Attributes inherited from sycl::_V1::ext::oneapi::experimental::detail::compile_time_property_key< detail::PropKind::WorkGroupSizeHint >
static constexpr PropKind Kind
 

Detailed Description

Definition at line 44 of file properties.hpp.

Member Typedef Documentation

◆ value_t

template<size_t... Dims>
using sycl::_V1::ext::oneapi::experimental::work_group_size_hint_key::value_t = property_value<work_group_size_hint_key, std::integral_constant<size_t, Dims>...>

Definition at line 47 of file properties.hpp.


The documentation for this struct was generated from the following file: