[all-commits] [llvm/llvm-project] 4d0686: [mlir][sparse] add "sort" to the compress op codegen

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Sep 28 10:42:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d06861950978b223f6ebdacee071e8203d0911b
      https://github.com/llvm/llvm-project/commit/4d06861950978b223f6ebdacee071e8203d0911b
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
    M mlir/test/Dialect/SparseTensor/codegen.mlir

  Log Message:
  -----------
  [mlir][sparse] add "sort" to the compress op codegen

This revision also adds convenience methods to test the
dim level type/property (with the codegen being first client)

Reviewed By: bixia

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




More information about the All-commits mailing list