MLIR 23.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 326 of file Utils.h.

Member Data Documentation

◆ distributionMethod

DistributionMethod mlir::linalg::ProcInfo::distributionMethod

Definition at line 329 of file Utils.h.

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

◆ nprocs

Value mlir::linalg::ProcInfo::nprocs

Definition at line 328 of file Utils.h.

◆ procId

Value mlir::linalg::ProcInfo::procId

Definition at line 327 of file Utils.h.


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