Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Rust bindings: Map, Array, String, various IR nodes #6339

Merged
merged 12 commits into from
Aug 28, 2020

Conversation

mwillsey
Copy link
Contributor

I've been working on integrating egg into TVM, and I've needed to add several features to the Rust bindings. With this much, it's possible to get some useful terms from TVM <-> Rust.

@jroesch

@jroesch
Copy link
Member

jroesch commented Aug 26, 2020

cc @robo-corg

@jroesch jroesch merged commit c899b3c into apache:master Aug 28, 2020
kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 17, 2020
)

* Fix datatype

* Add initialize macro

* Add some TIR nodes

* Better downcasting

* Improve Array and add Map

* Convert to new string API

* Clean up some warnings

* Add ConstIntBound type

* Run cargo fmt

* Remove debug prints

* Add some more ops

* Fix some string code

Co-authored-by: Jared Roesch <[email protected]>
kevinthesun pushed a commit to kevinthesun/tvm that referenced this pull request Sep 18, 2020
)

* Fix datatype

* Add initialize macro

* Add some TIR nodes

* Better downcasting

* Improve Array and add Map

* Convert to new string API

* Clean up some warnings

* Add ConstIntBound type

* Run cargo fmt

* Remove debug prints

* Add some more ops

* Fix some string code

Co-authored-by: Jared Roesch <[email protected]>
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Sep 18, 2020
)

* Fix datatype

* Add initialize macro

* Add some TIR nodes

* Better downcasting

* Improve Array and add Map

* Convert to new string API

* Clean up some warnings

* Add ConstIntBound type

* Run cargo fmt

* Remove debug prints

* Add some more ops

* Fix some string code

Co-authored-by: Jared Roesch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants