[all-commits] [llvm/llvm-project] d374a7: [mlir][sparse] Treat high and 2OutOf4 as level for...
Yinying Li via All-commits
all-commits at lists.llvm.org
Mon Sep 25 08:05:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d374a78545770f0325eca45a672b5b881798e87d
https://github.com/llvm/llvm-project/commit/d374a78545770f0325eca45a672b5b881798e87d
Author: Yinying Li <107574043+yinying-lisa-li at users.noreply.github.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/lib/Dialect/SparseTensor/IR/Detail/LvlTypeParser.cpp
M mlir/test/Dialect/SparseTensor/roundtrip_encoding.mlir
M mlir/test/Dialect/SparseTensor/sparse_2d.mlir
M mlir/test/Dialect/SparseTensor/sparse_foreach.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
Log Message:
-----------
[mlir][sparse] Treat high and 2OutOf4 as level formats (#67203)
In the new syntax, we will parse **loose_compressed** as
**CompressedWithHigh** and **block2_4** as **TwoOutOfFour** level
format. Currently, we support unique and order as level properties.
More information about the All-commits
mailing list