Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
exclusiveScanGPUGems39.hpp File Reference
Include dependency graph for exclusiveScanGPUGems39.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>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_gpugems39_1 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
template<class T>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_gpugems39_2 (sycl::queue &q, sycl::buffer< T > &buf1, u32 len)
template<class T>
sycl::buffer< T > shamalgs::numeric::details::exclusive_sum_gpugems39_3 (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 exclusiveScanGPUGems39.hpp.

Function Documentation

◆ exclusive_sum_gpugems39_1()

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

Definition at line 55 of file exclusiveScanGPUGems39.cpp.

◆ exclusive_sum_gpugems39_2()

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

Definition at line 113 of file exclusiveScanGPUGems39.cpp.

◆ exclusive_sum_gpugems39_3()

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

Definition at line 175 of file exclusiveScanGPUGems39.cpp.