[all-commits] [llvm/llvm-project] bb44a6: [mlir][sparse] migrate more to new surface syntax
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Aug 21 12:49:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb44a6b7bb5ac711e6471b0c2fefd495b8245f91
https://github.com/llvm/llvm-project/commit/bb44a6b7bb5ac711e6471b0c2fefd495b8245f91
Author: Aart Bik <ajcbik at google.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid_encoding.mlir
M mlir/test/Dialect/SparseTensor/roundtrip_encoding.mlir
Log Message:
-----------
[mlir][sparse] migrate more to new surface syntax
Replaced the "NEW_SYNTAX" with the more readable "map"
(which we may, or may not keep). Minor improvement in
keyword parsing, migrated a few more examples over.
Reviewed By: Peiming, yinying-lisa-li
Differential Revision: https://reviews.llvm.org/D158325
More information about the All-commits
mailing list