[all-commits] [llvm/llvm-project] dd0d5a: [mlir][sparse] remove redundant template parameter...

PeimingLiu via All-commits all-commits at lists.llvm.org
Mon Jan 9 11:01:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd0d5acfa67afd5e7acbb87430cd42aa0ac8ea51
      https://github.com/llvm/llvm-project/commit/dd0d5acfa67afd5e7acbb87430cd42aa0ac8ea51
  Author: Peiming Liu <peiming at google.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h

  Log Message:
  -----------
  [mlir][sparse] remove redundant template parameter (NFC)

The template parameter is no longer needed after MutSparseTensorDescriptor
is implemented as a subclass of SparseTensorDescriptorImpl. The only purpose
for it was to enable SFINAE.

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D141303




More information about the All-commits mailing list