Add an option to pass the number of worker threads to select the number of async regions for parallel for transformation.
std::unique_ptr<OperationPass<FuncOp>> createAsyncParallelForPass(int numWorkerThreads);
Differential D92835
[mlir] Async: Add numWorkerThreads argument to createAsyncParallelForPass ezhulenev on Dec 8 2020, 4:35 AM. Authored by
Details Add an option to pass the number of worker threads to select the number of async regions for parallel for transformation. std::unique_ptr<OperationPass<FuncOp>> createAsyncParallelForPass(int numWorkerThreads);
Diff Detail
|