![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Return type of reduction algorithms. More...
#include <shamtree/include/shamtree/kernels/reduction_alg.hpp>
Collaboration diagram for reduc_ret_t< split_int >:Public Attributes | |
| sham::DeviceBuffer< split_int > | buf_reduc_index_map |
| u32 | morton_leaf_count |
Return type of reduction algorithms.
A reduction algorithm return a struct of two elements:
| split_int | the type of integer used to represent the split table |
Definition at line 96 of file reduction_alg.hpp.
| sham::DeviceBuffer<split_int> reduc_ret_t< split_int >::buf_reduc_index_map |
Definition at line 97 of file reduction_alg.hpp.
| u32 reduc_ret_t< split_int >::morton_leaf_count |
Definition at line 98 of file reduction_alg.hpp.