Enum CacheType

Enum Documentation

enum ral::cache::CacheType

An enum type that represent a cache machine type SIMPLE is used to identify a CacheMachine class. CONCATENATING is used to identify a ConcatenatingCacheMachine class. FOR_EACH is used to identify a graph execution with kernels that need to send many partitions at once, for example for kernels PartitionSingleNodeKernel and MergeStreamKernel.

Values:

enumerator SIMPLE
enumerator CONCATENATING
enumerator FOR_EACH