[all-commits] [llvm/llvm-project] a2c8ae: [mlir][Python] Finish adding RankedTensorType supp...
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Mon May 10 13:43:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2c8aebd8f8f81ba0af1c50580036faf73e8e2dc
https://github.com/llvm/llvm-project/commit/a2c8aebd8f8f81ba0af1c50580036faf73e8e2dc
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M mlir/include/mlir-c/BuiltinTypes.h
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/CAPI/IR/BuiltinTypes.cpp
M mlir/test/CAPI/ir.c
M mlir/test/python/dialects/sparse_tensor/dialect.py
M mlir/test/python/ir/builtin_types.py
Log Message:
-----------
[mlir][Python] Finish adding RankedTensorType support for encoding.
Differential Revision: https://reviews.llvm.org/D102184
Commit: 295087644a468c47a1dbfaca2b5ea552204ab35f
https://github.com/llvm/llvm-project/commit/295087644a468c47a1dbfaca2b5ea552204ab35f
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M mlir/test/CAPI/sparse_tensor.c
Log Message:
-----------
[mlir] Fix windows build bot break due to use of `alloca` in a test.
Differential Revision: https://reviews.llvm.org/D102189
Compare: https://github.com/llvm/llvm-project/compare/463ea28e96c7...295087644a46
More information about the All-commits
mailing list