Skip to content

Commit 7f13106

Browse files
authored
Merge pull request #538 from Xilinx/corentin.patch_test
tile_sort.mlir: Use --mlir-disable-threading to make test deterministic
1 parent acc5603 commit 7f13106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/tile-sort.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s -transform-interpreter -split-input-file -debug-only=tile-using-interface 2>&1 | FileCheck %s
1+
// RUN: mlir-opt %s -transform-interpreter -split-input-file -debug-only=tile-using-interface --mlir-disable-threading 2>&1 | FileCheck %s
22

33
func.func @tile_order_ceil_then_negf(%arg: tensor<256xf32>) -> tensor<256xf32> {
44
// Ops are tiled by lower priority: linalg.powf, linalg.ceil (1st operand of powf, priority = 0),

0 commit comments

Comments
 (0)