Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::Cuda::GPU::GPUReductionOpEntry Struct Reference
module nullptr

#include <cuda_internal.h>

Public Attributes

CUfunction apply_nonexcl = nullptr
 
CUfunction apply_excl = nullptr
 
CUfunction fold_nonexcl = nullptr
 
CUfunction fold_excl = nullptr
 
CUfunction apply_nonexcl_advanced = nullptr
 
CUfunction apply_excl_advanced = nullptr
 
CUfunction fold_nonexcl_advanced = nullptr
 
CUfunction fold_excl_advanced = nullptr
 
CUfunction apply_nonexcl_transpose = nullptr
 
CUfunction apply_excl_transpose = nullptr
 
CUfunction fold_nonexcl_transpose = nullptr
 
CUfunction fold_excl_transpose = nullptr
 

Member Data Documentation

◆ apply_excl

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_excl = nullptr

◆ apply_excl_advanced

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_excl_advanced = nullptr

◆ apply_excl_transpose

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_excl_transpose = nullptr

◆ apply_nonexcl

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_nonexcl = nullptr

◆ apply_nonexcl_advanced

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_nonexcl_advanced = nullptr

◆ apply_nonexcl_transpose

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::apply_nonexcl_transpose = nullptr

◆ fold_excl

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_excl = nullptr

◆ fold_excl_advanced

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_excl_advanced = nullptr

◆ fold_excl_transpose

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_excl_transpose = nullptr

◆ fold_nonexcl

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_nonexcl = nullptr

◆ fold_nonexcl_advanced

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_nonexcl_advanced = nullptr

◆ fold_nonexcl_transpose

CUfunction Realm::Cuda::GPU::GPUReductionOpEntry::fold_nonexcl_transpose = nullptr

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