[PATCH] D79468: [mlir][Linalg] Start a LinalgToStandard pass and move conversion to library calls.
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 21:33:43 PDT 2020
bondhugula added inline comments.
================
Comment at: mlir/test/mlir-cpu-runner/linalg_integration_test.mlir:1
-// RUN: mlir-opt %s -convert-linalg-to-llvm \
+// RUN: mlir-opt %s -convert-linalg-to-std -convert-linalg-to-llvm \
// RUN: | mlir-cpu-runner -e dot -entry-point-result=f32 -shared-libs=%linalg_test_lib_dir/libmlir_test_cblas%shlibext,%linalg_test_lib_dir/libmlir_test_cblas_interface%shlibext \
----------------
I see you still have all those reshape/slice/transpose being converted directly from linalg to llvm instead of via std.view/subview.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79468/new/
https://reviews.llvm.org/D79468
More information about the llvm-commits
mailing list