forked from OSchip/llvm-project
[mlir] Async: re-enable tests after fixing fkakines
Test flakiness was fixed by: 9edcedf7f2
Runs these tests to verify that all parts of the lowering work correctly.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D93384
This commit is contained in:
parent
11f1027b4d
commit
900d71a851
|
@ -1,14 +1,12 @@
|
|||
// RUN: true
|
||||
// TODO: re-enable when not flaky.
|
||||
// _UN: mlir-opt %s -async-ref-counting \
|
||||
// _UN: -convert-async-to-llvm \
|
||||
// _UN: -convert-std-to-llvm \
|
||||
// _UN: | mlir-cpu-runner \
|
||||
// _UN: -e main -entry-point-result=void -O0 \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
|
||||
// _UN: | FileCheck %s
|
||||
// RUN: mlir-opt %s -async-ref-counting \
|
||||
// RUN: -convert-async-to-llvm \
|
||||
// RUN: -convert-std-to-llvm \
|
||||
// RUN: | mlir-cpu-runner \
|
||||
// RUN: -e main -entry-point-result=void -O0 \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
func @main() {
|
||||
%group = async.create_group
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
// RUN: true
|
||||
// TODO: re-enable when not flaky.
|
||||
// _UN: mlir-opt %s -async-ref-counting \
|
||||
// _UN: -convert-async-to-llvm \
|
||||
// _UN: -convert-linalg-to-loops \
|
||||
// _UN: -convert-linalg-to-llvm \
|
||||
// _UN: -convert-std-to-llvm \
|
||||
// _UN: | mlir-cpu-runner \
|
||||
// _UN: -e main -entry-point-result=void -O0 \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
|
||||
// _UN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
|
||||
// _UN: | FileCheck %s
|
||||
// RUN: mlir-opt %s -async-ref-counting \
|
||||
// RUN: -convert-async-to-llvm \
|
||||
// RUN: -convert-linalg-to-loops \
|
||||
// RUN: -convert-linalg-to-llvm \
|
||||
// RUN: -convert-std-to-llvm \
|
||||
// RUN: | mlir-cpu-runner \
|
||||
// RUN: -e main -entry-point-result=void -O0 \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_c_runner_utils%shlibext \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
|
||||
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
func @main() {
|
||||
%i0 = constant 0 : index
|
||||
|
|
Loading…
Reference in New Issue