Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
exclusiveScanAtomic.hpp File Reference
#include "shambase/integer.hpp"
#include "shamalgs/atomic/DeviceCounter.hpp"
#include "shamalgs/atomic/DynamicIdGenerator.hpp"
#include "shamalgs/memory.hpp"
#include "shambackends/math.hpp"
#include "shambackends/sycl.hpp"
+ Include dependency graph for exclusiveScanAtomic.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shamalgs
 namespace to contain everything implemented by shamalgs
 
namespace  shamalgs::numeric
 namespace containing the numeric algorithms of shamalgs
 

Functions

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic2pass (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic2pass_v2 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v2 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v3 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v4 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 
template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_sycl_jointalg (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file exclusiveScanAtomic.hpp.

Function Documentation

◆ exclusive_sum_atomic2pass()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic2pass ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 32 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_atomic2pass_v2()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic2pass_v2 ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 141 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_atomic_decoupled()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 262 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_atomic_decoupled_v2()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v2 ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 407 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_atomic_decoupled_v3()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v3 ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 545 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_atomic_decoupled_v4()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_atomic_decoupled_v4 ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 683 of file exclusiveScanAtomic.hpp.

◆ exclusive_sum_sycl_jointalg()

template<class T , u32 group_size>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_sycl_jointalg ( sycl::queue &  q,
sycl::buffer< T > &  buf1,
u32  len 
)

Definition at line 809 of file exclusiveScanAtomic.hpp.