|
1 |
| -// RUN: mlir-opt %s --convert-nvgpu-to-nvvm \ |
2 |
| -// RUN: -convert-linalg-to-loops \ |
3 |
| -// RUN: -canonicalize -cse \ |
4 |
| -// RUN: -gpu-kernel-outlining \ |
5 |
| -// RUN: -canonicalize -cse \ |
6 |
| -// RUN: -convert-vector-to-scf \ |
7 |
| -// RUN: -canonicalize -cse \ |
8 |
| -// RUN: -lower-affine \ |
9 |
| -// RUN: -canonicalize -cse \ |
10 |
| -// RUN: -convert-scf-to-cf \ |
11 |
| -// RUN: -canonicalize -cse \ |
12 |
| -// RUN: -convert-nvvm-to-llvm \ |
13 |
| -// RUN: -canonicalize -cse \ |
14 |
| -// RUN: -convert-nvgpu-to-nvvm \ |
15 |
| -// RUN: -canonicalize -cse \ |
16 |
| -// RUN: -convert-scf-to-cf \ |
17 |
| -// RUN: -convert-vector-to-llvm \ |
18 |
| -// RUN: -canonicalize -cse \ |
19 |
| -// RUN: -convert-math-to-llvm \ |
20 |
| -// RUN: -canonicalize -cse \ |
21 |
| -// RUN: -lower-affine \ |
22 |
| -// RUN: -convert-index-to-llvm=index-bitwidth=32 \ |
23 |
| -// RUN: -convert-arith-to-llvm \ |
24 |
| -// RUN: -finalize-memref-to-llvm='use-opaque-pointers=1' \ |
25 |
| -// RUN: -convert-func-to-llvm \ |
26 |
| -// RUN: -canonicalize -cse \ |
27 |
| -// RUN: -expand-strided-metadata --nvvm-attach-target="module=main_kernel features=+ptx80 chip=sm_90 O=3" \ |
| 1 | +// RUN: mlir-opt %s \ |
| 2 | +// RUN: -convert-nvgpu-to-nvvm \ |
| 3 | +// RUN: -canonicalize -cse \ |
| 4 | +// RUN: -gpu-kernel-outlining \ |
| 5 | +// RUN: -convert-vector-to-scf \ |
| 6 | +// RUN: -convert-scf-to-cf \ |
| 7 | +// RUN: -convert-nvvm-to-llvm \ |
| 8 | +// RUN: -convert-vector-to-llvm \ |
| 9 | +// RUN: -convert-index-to-llvm=index-bitwidth=32 \ |
| 10 | +// RUN: -convert-arith-to-llvm \ |
| 11 | +// RUN: -finalize-memref-to-llvm='use-opaque-pointers=1' \ |
| 12 | +// RUN: -convert-func-to-llvm \ |
| 13 | +// RUN: -canonicalize -cse \ |
| 14 | +// RUN: -expand-strided-metadata --nvvm-attach-target="module=main_kernel features=+ptx80 chip=sm_90 O=3" \ |
28 | 15 | // RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm,convert-index-to-llvm{index-bitwidth=32},canonicalize,cse))' \
|
29 | 16 | // RUN: | mlir-opt --gpu-to-llvm --gpu-module-to-binary -canonicalize -cse -reconcile-unrealized-casts \
|
30 | 17 | // RUN: | mlir-cpu-runner \
|
|
0 commit comments