Skip to content

Tags: sstamenova/onnx-mlir

Tags

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New support for resize op (onnx#844)

* shape inference for size

Signed-off-by: Tong Chen <[email protected]>

* to Krnl

Signed-off-by: Tong Chen <[email protected]>

* change constant

Signed-off-by: Tong Chen <[email protected]>

* add backend test

Signed-off-by: Tong Chen <[email protected]>

* change check lit

Signed-off-by: Tong Chen <[email protected]>

Co-authored-by: Tung D. Le <[email protected]>

msgc-merge-9061da274898270ed1e06cff6c22510ea74ab01e

Upstream LLVM merge from commit 9061da274898270ed1e06cff6c22510ea74ab01e

msgc-merge-9080659ac730735c6233153fa2f666015a47b07

llvm-project commit-id known to pass build and tests.

msgc-merge-6745ffe4

update from llvm main at 6745ffe4

msgc-merge-8543672

Update for llvm-project 8543672

msgc-merge-91a919e8994a2c47b3feaf906f83122776ae2cae

Latest successful merge to LLVM 'tvp' from mainline

msgc-merge-91607dc


    

msgc-merge-ebe408a


    

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use DenseElementAttr instead of StringRef for constants (onnx#639)

* try DenseElementAttr

Signed-off-by: Kevin O'Brien <[email protected]>

* remove lit tests

Signed-off-by: Kevin O'Brien <[email protected]>

* go back to StringAttr

Signed-off-by: Kevin O'Brien <[email protected]>

* determine Attr type based on size

Signed-off-by: Kevin O'Brien <[email protected]>

* fix type

Signed-off-by: Kevin O'Brien <[email protected]>