File tree Expand file tree Collapse file tree 2 files changed +20
-24
lines changed
mlir/test/mlir-cpu-runner Expand file tree Collapse file tree 2 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 1
- // RUN: true
2
- // TODO: re-enable when not flaky.
3
- // _UN: mlir-opt %s -async-ref-counting \
4
- // _UN: -convert-async-to-llvm \
5
- // _UN: -convert-std-to-llvm \
6
- // _UN: | mlir-cpu-runner \
7
- // _UN: -e main -entry-point-result=void -O0 \
8
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
9
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
10
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
11
- // _UN: | FileCheck %s
1
+ // RUN: mlir-opt %s -async-ref-counting \
2
+ // RUN: -convert-async-to-llvm \
3
+ // RUN: -convert-std-to-llvm \
4
+ // RUN: | mlir-cpu-runner \
5
+ // RUN: -e main -entry-point-result=void -O0 \
6
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
7
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
8
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
9
+ // RUN: | FileCheck %s
12
10
13
11
func @main () {
14
12
%group = async.create_group
Original file line number Diff line number Diff line change 1
- // RUN: true
2
- // TODO: re-enable when not flaky.
3
- // _UN: mlir-opt %s -async-ref-counting \
4
- // _UN: -convert-async-to-llvm \
5
- // _UN: -convert-linalg-to-loops \
6
- // _UN: -convert-linalg-to-llvm \
7
- // _UN: -convert-std-to-llvm \
8
- // _UN: | mlir-cpu-runner \
9
- // _UN: -e main -entry-point-result=void -O0 \
10
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
11
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
12
- // _UN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
13
- // _UN: | FileCheck %s
1
+ // RUN: mlir-opt %s -async-ref-counting \
2
+ // RUN: -convert-async-to-llvm \
3
+ // RUN: -convert-linalg-to-loops \
4
+ // RUN: -convert-linalg-to-llvm \
5
+ // RUN: -convert-std-to-llvm \
6
+ // RUN: | mlir-cpu-runner \
7
+ // RUN: -e main -entry-point-result=void -O0 \
8
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
9
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
10
+ // RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
11
+ // RUN: | FileCheck %s
14
12
15
13
func @main () {
16
14
%i0 = constant 0 : index
You can’t perform that action at this time.
0 commit comments