#include <sycl/ext/oneapi/kernel_properties/properties.hpp>
Public Types | |
template<forward_progress_guarantee Guarantee, execution_scope CoordinationScope> | |
using | value_t = property_value< sub_group_progress_key, std::integral_constant< forward_progress_guarantee, Guarantee >, std::integral_constant< execution_scope, CoordinationScope > > |
Additional Inherited Members | |
Static Protected Attributes inherited from sycl::_V1::ext::oneapi::experimental::detail::compile_time_property_key< detail::PropKind::SubGroupProgress > | |
static constexpr PropKind | Kind |
Definition at line 169 of file properties.hpp.
using sycl::_V1::ext::oneapi::experimental::sub_group_progress_key::value_t = property_value< sub_group_progress_key, std::integral_constant<forward_progress_guarantee, Guarantee>, std::integral_constant<execution_scope, CoordinationScope> > |
Definition at line 173 of file properties.hpp.