DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::launch_config< RangeT, PropertiesT, typename > Class Template Reference

#include <sycl/ext/oneapi/experimental/enqueue_functions.hpp>

Public Member Functions

 launch_config (RangeT Range, PropertiesT Properties={})
 

Friends

template<typename LCRangeT , typename LCPropertiesT >
struct detail::LaunchConfigAccess
 

Detailed Description

template<typename RangeT, typename PropertiesT = empty_properties_t, typename = std::enable_if_t< ext::oneapi::experimental::detail::is_range_or_nd_range_v<RangeT>>>
class sycl::_V1::ext::oneapi::experimental::launch_config< RangeT, PropertiesT, typename >

Definition at line 43 of file enqueue_functions.hpp.

Constructor & Destructor Documentation

◆ launch_config()

template<typename RangeT , typename PropertiesT = empty_properties_t, typename = std::enable_if_t< ext::oneapi::experimental::detail::is_range_or_nd_range_v<RangeT>>>
sycl::_V1::ext::oneapi::experimental::launch_config< RangeT, PropertiesT, typename >::launch_config ( RangeT  Range,
PropertiesT  Properties = {} 
)
inline

Definition at line 45 of file enqueue_functions.hpp.

Friends And Related Function Documentation

◆ detail::LaunchConfigAccess

template<typename RangeT , typename PropertiesT = empty_properties_t, typename = std::enable_if_t< ext::oneapi::experimental::detail::is_range_or_nd_range_v<RangeT>>>
template<typename LCRangeT , typename LCPropertiesT >
friend struct detail::LaunchConfigAccess
friend

Definition at line 57 of file enqueue_functions.hpp.


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