[all-commits] [llvm/llvm-project] 96dadc: [mlir] support scalable vectors in python bindings...
ftynse via All-commits
all-commits at lists.llvm.org
Mon Nov 6 04:15:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96dadc9fc83dddf450e42ea5e9c3fd2616761830
https://github.com/llvm/llvm-project/commit/96dadc9fc83dddf450e42ea5e9c3fd2616761830
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
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/ir/builtin_types.py
Log Message:
-----------
[mlir] support scalable vectors in python bindings (#71050)
The scalable dimension functionality was added to the vector type after
the bindings for it were defined, without the bindings being ever
updated. Fix that.
More information about the All-commits
mailing list