Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::Cuda::CudaRedOpDesc Struct Reference

#include <cuda_module.h>

Collaboration diagram for Realm::Cuda::CudaRedOpDesc:

Public Attributes

ReductionOpID redop_id = 0
 
Processor proc = Processor::NO_PROC
 
CUfunc_st * apply_excl = nullptr
 
CUfunc_st * apply_nonexcl = nullptr
 
CUfunc_st * fold_excl = nullptr
 
CUfunc_st * fold_nonexcl = nullptr
 

Member Data Documentation

◆ apply_excl

CUfunc_st* Realm::Cuda::CudaRedOpDesc::apply_excl = nullptr

◆ apply_nonexcl

CUfunc_st* Realm::Cuda::CudaRedOpDesc::apply_nonexcl = nullptr

◆ fold_excl

CUfunc_st* Realm::Cuda::CudaRedOpDesc::fold_excl = nullptr

◆ fold_nonexcl

CUfunc_st* Realm::Cuda::CudaRedOpDesc::fold_nonexcl = nullptr

◆ proc

Processor Realm::Cuda::CudaRedOpDesc::proc = Processor::NO_PROC

◆ redop_id

ReductionOpID Realm::Cuda::CudaRedOpDesc::redop_id = 0

The documentation for this struct was generated from the following file: