Also, fix a small typo where the "unsigned" splat variants were not
being created with an unsigned type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102797
[mlir][CAPI] Expose [u]int8 DenseElementsAttr. ClosedPublic Authored by silvas on May 19 2021, 12:01 PM.
Details Summary Also, fix a small typo where the "unsigned" splat variants were not
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 17 others. · View Herald TranscriptMay 19 2021, 12:01 PM This revision is now accepted and ready to land.May 19 2021, 12:50 PM This revision was landed with ongoing or failed builds.May 19 2021, 1:42 PM Closed by commit rG35454268cf93: [mlir][CAPI] Expose [u]int8 DenseElementsAttr. (authored by silvas). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 346547 mlir/include/mlir-c/BuiltinAttributes.h
mlir/lib/CAPI/IR/BuiltinAttributes.cpp
mlir/test/CAPI/ir.c
|