MLIR 22.0.0git
mlir::AsyncParallelForPassOptions Struct Reference

#include "mlir/Dialect/Async/Passes.h"

Public Attributes

bool asyncDispatch = true
int32_t numWorkerThreads = 8
int32_t minTaskSize = 1000

Detailed Description

Definition at line 95 of file Passes.h.

Member Data Documentation

◆ asyncDispatch

bool mlir::AsyncParallelForPassOptions::asyncDispatch = true

Definition at line 96 of file Passes.h.

◆ minTaskSize

int32_t mlir::AsyncParallelForPassOptions::minTaskSize = 1000

Definition at line 98 of file Passes.h.

◆ numWorkerThreads

int32_t mlir::AsyncParallelForPassOptions::numWorkerThreads = 8

Definition at line 97 of file Passes.h.


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