#include <redop.h>
|
| REDOP::RHS | identity_val |
| |
| REDOP | userdata_val |
| |
| size_t | sizeof_this |
| |
| size_t | sizeof_lhs |
| |
| size_t | sizeof_rhs |
| |
| size_t | sizeof_userdata |
| |
| void * | identity |
| |
| void * | userdata |
| |
| void(* | cpu_apply_excl_fn )(void *lhs_ptr, size_t lhs_stride, const void *rhs_ptr, size_t rhs_stride, size_t count, const void *userdata) |
| |
| void(* | cpu_apply_nonexcl_fn )(void *lhs_ptr, size_t lhs_stride, const void *rhs_ptr, size_t rhs_stride, size_t count, const void *userdata) |
| |
| void(* | cpu_fold_excl_fn )(void *rhs1_ptr, size_t rhs1_stride, const void *rhs2_ptr, size_t rhs2_stride, size_t count, const void *userdata) |
| |
| void(* | cpu_fold_nonexcl_fn )(void *rhs1_ptr, size_t rhs1_stride, const void *rhs2_ptr, size_t rhs2_stride, size_t count, const void *userdata) |
| |
◆ ReductionOp()
template<typename REDOP >
◆ identity_val
template<typename REDOP >
◆ userdata_val
template<typename REDOP >
The documentation for this struct was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/redop.h