[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 18:29:00 PDT 2021
rriddle marked 8 inline comments as done.
rriddle added inline comments.
================
Comment at: mlir/test/Dialect/Affine/SuperVectorize/compose_maps.mlir:1
-// RUN: mlir-opt -allow-unregistered-dialect %s -affine-super-vectorizer-test -compose-maps 2>&1 | FileCheck %s
+// RUN: mlir-opt -allow-unregistered-dialect %s -affine-super-vectorizer-test -compose-maps -mlir-disable-threading 2>&1 | FileCheck %s
----------------
lattner wrote:
> Why do these need to disable threading?
Several existing tests depended on the previous threading behavior to work, mostly getting lucky that the `errs()` output was laid out in the way they expect. Switched to no longer disable threading, but adding split file markers to separate tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104516/new/
https://reviews.llvm.org/D104516
More information about the llvm-commits
mailing list