DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::group_with_scratchpad< Group, Extent > Class Template Reference

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

Public Member Functions

 group_with_scratchpad (Group g_, sycl::span< std::byte, Extent > scratch_)
 
Group get_group () const
 
sycl::span< std::byte, Extent > get_memory () const
 

Detailed Description

template<typename Group, size_t Extent>
class sycl::_V1::ext::oneapi::experimental::group_with_scratchpad< Group, Extent >

Definition at line 39 of file group_helpers_sorters.hpp.

Constructor & Destructor Documentation

◆ group_with_scratchpad()

template<typename Group , size_t Extent>
sycl::_V1::ext::oneapi::experimental::group_with_scratchpad< Group, Extent >::group_with_scratchpad ( Group  g_,
sycl::span< std::byte, Extent >  scratch_ 
)
inline

Definition at line 44 of file group_helpers_sorters.hpp.

Member Function Documentation

◆ get_group()

template<typename Group , size_t Extent>
Group sycl::_V1::ext::oneapi::experimental::group_with_scratchpad< Group, Extent >::get_group ( ) const
inline

◆ get_memory()

template<typename Group , size_t Extent>
sycl::span<std::byte, Extent> sycl::_V1::ext::oneapi::experimental::group_with_scratchpad< Group, Extent >::get_memory ( ) const
inline

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