[all-commits] [llvm/llvm-project] e8fc28: [mlir][sparse] avoid non-perm on sparse tensor con...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Nov 15 20:47:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8fc282ff26b4d1d71a316bf036fc486b420ea19
      https://github.com/llvm/llvm-project/commit/e8fc282ff26b4d1d71a316bf036fc486b420ea19
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp

  Log Message:
  -----------
  [mlir][sparse] avoid non-perm on sparse tensor convert for new (#72459)

This avoids seeing non-perm on the convert from COO to non-COO for
higher dimensional new operators (viz. reading in BSR).

This is step 1 out of 3 to make sparse_tensor.new work for BSR




More information about the All-commits mailing list