MLIR 22.0.0git
mlir::linalg::ProcInfo Struct Reference

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

Detailed Description

Callback function type used to get processor ID, and number of processors used for distribution for all parallel loops generated.

Definition at line 312 of file Utils.h.

Member Data Documentation

◆ distributionMethod

DistributionMethod mlir::linalg::ProcInfo::distributionMethod

Definition at line 315 of file Utils.h.

Referenced by mlir::linalg::generateParallelLoopNest().

◆ nprocs

Value mlir::linalg::ProcInfo::nprocs

Definition at line 314 of file Utils.h.

◆ procId

Value mlir::linalg::ProcInfo::procId

Definition at line 313 of file Utils.h.


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