MLIR
20.0.0git
|
Callback function type used to get processor ID, and number of processors used for distribution for all parallel loops generated. More...
#include "mlir/Dialect/Linalg/Utils/Utils.h"
Public Attributes | |
Value | procId |
Value | nprocs |
DistributionMethod | distributionMethod |
Callback function type used to get processor ID, and number of processors used for distribution for all parallel loops generated.
DistributionMethod mlir::linalg::ProcInfo::distributionMethod |
Definition at line 291 of file Utils.h.
Referenced by mlir::linalg::generateParallelLoopNest().