[all-commits] [llvm/llvm-project] 308d8b: [mlir][python] 8b/16b DenseIntElements access
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Jan 20 21:26:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 308d8b8c6618f570166bcc7dbb87f97c04bba1b2
https://github.com/llvm/llvm-project/commit/308d8b8c6618f570166bcc7dbb87f97c04bba1b2
Author: Rahul Kayaith <rahul at untether.ai>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/test/CAPI/ir.c
M mlir/test/python/ir/attributes.py
Log Message:
-----------
[mlir][python] 8b/16b DenseIntElements access
This extends dense attribute element access to support 8b and 16b ints.
Also extends the corresponding parts of the C api.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D117731
More information about the All-commits
mailing list