[PATCH] D136377: [mlir][MemRefToLLVM] Remove the code for lowering subview

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 06:03:22 PST 2022


bkramer added a comment.

This breaks most integration tests, which for some unfathomable reason are under a `MLIR_INCLUDE_INTEGRATION_TESTS` cmake flag.

  Failed Tests (54):
    MLIR :: Integration/Dialect/Linalg/CPU/matmul-vs-matvec.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/rank-reducing-subview.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-1d-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-1d-nwc-wcf-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-2d-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-2d-nhwc-hwcf-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-3d-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-conv-3d-ndhwc-dhwcf-call.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-one-shot-bufferize.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-padtensor.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-subtensor-insert-multiple-uses.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-subtensor-insert.mlir
    MLIR :: Integration/Dialect/Linalg/CPU/test-tensor-matmul.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/concatenate.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/dense_output.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_binary.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_codegen_foreach.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_constant_to_sparse_tensor.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conv_1d_nwc_wcf.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conv_2d.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conv_2d_nhwc_hwcf.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conv_3d.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conv_3d_ndhwc_dhwcf.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conversion.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conversion_dyn.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conversion_ptr.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conversion_sparse2dense.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_conversion_sparse2sparse.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_expand.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_insert_2d.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_insert_3d.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_matmul.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_reduce_custom.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_reductions.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_rewrite_push_back.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_rewrite_sort_coo.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_sampled_mm_fusion.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_scale.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_select.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_sign.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_sorted_coo.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_spmm.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_storage.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_tensor_ops.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_transpose.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_unary.mlir
    MLIR :: Integration/Dialect/SparseTensor/CPU/sparse_vector_ops.mlir
    MLIR :: Integration/Dialect/Standard/CPU/test_subview.mlir
    MLIR :: Integration/Dialect/Vector/CPU/test-transfer-read-1d.mlir


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136377/new/

https://reviews.llvm.org/D136377



More information about the llvm-commits mailing list