Lines Matching refs:linalg
1 // RUN: mlir-opt %s -convert-linalg-to-std -convert-linalg-to-llvm \
5 // RUN: mlir-opt %s -convert-linalg-to-loops -convert-linalg-to-std -convert-linalg-to-llvm \
9 // RUN: mlir-opt %s -convert-linalg-to-std -convert-linalg-to-llvm \
13 // RUN: mlir-opt %s -convert-linalg-to-loops -convert-linalg-to-std -convert-linalg-to-llvm \
17 …mlir-opt %s -linalg-tile="linalg-tile-sizes=2,3,4" -linalg-promote-subviews -convert-linalg-to-loo…
21 // RUN: mlir-opt %s -linalg-tile="linalg-tile-sizes=2,3,4" -linalg-promote-subviews -convert-linalg…
33 linalg.fill(%V, %f) : memref<?xf32>, f32
37 // Test for linalg.dot.
54 linalg.dot ins(%A, %B : memref<?xf32>, memref<?xf32>)
65 // Test for linalg.matmul.
87 linalg.matmul ins(%A, %B : memref<?x?xf32>, memref<?x?xf32>)