|
Legion Runtime
|
Public Types | |
| typedef int32_t | LHS |
| typedef int32_t | RHS |
Static Public Member Functions | |
| template<bool EXCLUSIVE> | |
| static __LEGION_CUDA_HD__ void | apply (LHS &lhs, RHS rhs) |
| template<bool EXCLUSIVE> | |
| static __LEGION_CUDA_HD__ void | fold (RHS &rhs1, RHS rhs2) |
Static Public Attributes | |
| static constexpr int32_t | identity = std::numeric_limits<int32_t>::max() |
| static constexpr int | REDOP_ID = LEGION_REDOP_MIN_INT32 |