TMKL_Sparse_memory_usage Enumeration

Header: Dew.Math/Math387.h · Cross-compiler

enum class TMKL_Sparse_memory_usage : unsigned int;

memory optimization hints from user: describe how much memory could be used on optimization stage

Values

NameDescription
SPARSE_MEMORY_AGGRESSIVEmatrix could be converted to any internal format
SPARSE_MEMORY_NONENo memory should be allocated for matrix values and structures; auxiliary structures could be created only for workload balancing, parallelization, etc.