MLIR  20.0.0git
Public Attributes | List of all members
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 288 of file Utils.h.

Member Data Documentation

◆ distributionMethod

DistributionMethod mlir::linalg::ProcInfo::distributionMethod

Definition at line 291 of file Utils.h.

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

◆ nprocs

Value mlir::linalg::ProcInfo::nprocs

Definition at line 290 of file Utils.h.

◆ procId

Value mlir::linalg::ProcInfo::procId

Definition at line 289 of file Utils.h.


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