#include <redop.h>
|
| 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) |
| |
◆ ReductionOpUntyped()
| Realm::ReductionOpUntyped::ReductionOpUntyped |
( |
| ) |
|
|
inline |
◆ clone_reduction_op()
◆ create_reduction_op()
◆ cpu_apply_excl_fn
| void(* Realm::ReductionOpUntyped::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) |
◆ cpu_apply_nonexcl_fn
| void(* Realm::ReductionOpUntyped::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) |
◆ cpu_fold_excl_fn
| void(* Realm::ReductionOpUntyped::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) |
◆ cpu_fold_nonexcl_fn
| void(* Realm::ReductionOpUntyped::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) |
◆ identity
| void* Realm::ReductionOpUntyped::identity |
◆ sizeof_lhs
| size_t Realm::ReductionOpUntyped::sizeof_lhs |
◆ sizeof_rhs
| size_t Realm::ReductionOpUntyped::sizeof_rhs |
◆ sizeof_this
| size_t Realm::ReductionOpUntyped::sizeof_this |
◆ sizeof_userdata
| size_t Realm::ReductionOpUntyped::sizeof_userdata |
◆ userdata
| void* Realm::ReductionOpUntyped::userdata |
The documentation for this struct was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/redop.h