File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
mlir/test/Integration/Dialect/Linalg/CPU Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
44// RUN: -convert-scf-to-cf -expand-strided-metadata -lower-affine -convert-cf-to-llvm -convert-arith-to-llvm \
55// RUN: -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
66// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
44// RUN: -convert-scf-to-cf -expand-strided-metadata -lower-affine -convert-cf-to-llvm -convert-arith-to-llvm \
55// RUN: -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
66// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s -test-linalg-transform-patterns=test-linalg-to-vector-patterns \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
44// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
55// RUN: -lower-affine -convert-arith-to-llvm -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
66// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
44// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
55// RUN: -lower-affine -convert-arith-to-llvm --finalize-memref-to-llvm \
66// RUN: -convert-func-to-llvm -reconcile-unrealized-casts | \
Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
44// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
55// RUN: -lower-affine -convert-arith-to-llvm --finalize-memref-to-llvm \
66// RUN: -convert-func-to-llvm -reconcile-unrealized-casts | \
Original file line number Diff line number Diff line change 11// RUN: mlir-opt %s \
22// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops \
3+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops \
44// RUN: -convert-arith-to-llvm -convert-scf-to-cf -convert-cf-to-llvm --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
55// RUN: mlir-cpu-runner -e main -entry-point-result=void \
66// RUN: -shared-libs=%mlir_runner_utils \
Original file line number Diff line number Diff line change 11// UNSUPPORTED: asan
22// RUN: mlir-opt %s -test-transform-dialect-erase-schedule \
33// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
4- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops -convert-scf-to-cf \
4+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops -convert-scf-to-cf \
55// RUN: -expand-strided-metadata -lower-affine -convert-arith-to-llvm -convert-scf-to-cf --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
66// RUN: mlir-cpu-runner -e main -entry-point-result=void \
77// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_runner_utils \
88// RUN: | FileCheck %s
99
1010// RUN: mlir-opt %s -transform-interpreter -test-transform-dialect-erase-schedule \
1111// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
12- // RUN: -finalizing-bufferize - convert-linalg-to-loops -convert-scf-to-cf -convert-scf-to-cf \
12+ // RUN: -convert-linalg-to-loops -convert-scf-to-cf -convert-scf-to-cf \
1313// RUN: -expand-strided-metadata -lower-affine -convert-arith-to-llvm -convert-scf-to-cf --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
1414// RUN: mlir-cpu-runner -e main -entry-point-result=void \
1515// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_runner_utils \
You can’t perform that action at this time.
0 commit comments