Go to the source code of this file.
|
| namespace | shamalgs |
| | namespace to contain everything implemented by shamalgs
|
◆ _int_max()
template<class T>
| T shamalgs::reduction::details::_int_max |
( |
sycl::queue & | q, |
|
|
sycl::buffer< T > & | buf1, |
|
|
u32 | start_id, |
|
|
u32 | end_id ) |
|
inline |
◆ _int_min()
template<class T>
| T shamalgs::reduction::details::_int_min |
( |
sycl::queue & | q, |
|
|
sycl::buffer< T > & | buf1, |
|
|
u32 | start_id, |
|
|
u32 | end_id ) |
|
inline |
◆ _int_sum()
template<class T>
| T shamalgs::reduction::details::_int_sum |
( |
sycl::queue & | q, |
|
|
sycl::buffer< T > & | buf1, |
|
|
u32 | start_id, |
|
|
u32 | end_id ) |
|
inline |