diff options
| author | Nicolas Vasilache <ntv@google.com> | 2019-12-12 10:03:19 -0800 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-12-12 10:03:57 -0800 |
| commit | 782ae29678598e42e6984ce3bd6c5a3914edc33e (patch) | |
| tree | 3bbe630edeacadb48e68ee0c23dfee3f485e698b /mlir/test/Conversion/LoopsToGPU | |
| parent | 1b579d998ad5a45282e8daaf0bac26df3d3c1f29 (diff) | |
| download | bcm5719-llvm-782ae29678598e42e6984ce3bd6c5a3914edc33e.tar.gz bcm5719-llvm-782ae29678598e42e6984ce3bd6c5a3914edc33e.zip | |
Retire !linalg.buffer type - NFC
This type is not used anymore now that Linalg view and subview have graduated to std and that alignment is supported on alloc.
PiperOrigin-RevId: 285213424
Diffstat (limited to 'mlir/test/Conversion/LoopsToGPU')
| -rw-r--r-- | mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir b/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir index 3bec9550629..a8a2d2d31fb 100644 --- a/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir +++ b/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir @@ -1,7 +1,7 @@ // RUN: mlir-opt -convert-loops-to-gpu %s | FileCheck %s // CHECK-LABEL: @foo -func @foo(%arg0: !linalg.buffer<?xf32>, %arg1 : index) { +func @foo(%arg0: memref<?xf32>, %arg1 : index) { %c0 = constant 0 : index %c42 = constant 42 : index %c3 = constant 3 : index |

