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

[Rust][CI] Move CI over to new Rust crates and try to fix flaky test. #6011

Merged
merged 11 commits into from
Jul 22, 2020

Conversation

jroesch
Copy link
Member

@jroesch jroesch commented Jul 7, 2020

This PR finishes the move to the new Rust bindings and tries to integrate them into existing TVM docs and CI.

@tqchen
Copy link
Member

tqchen commented Jul 7, 2020

@jroesch can you comment out the flaky error first? since it is confirmed but was not fixed #6009

@@ -43,9 +43,8 @@ where
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole ToBoxedFn seems a little strange. A trait called To should have function that takes Self, not return Self. It seems to be implemented backwards.

Could you instead just have a generic, inherent method on Function?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah nvm, this is unrelated to this change.

@tqchen tqchen merged commit a751031 into apache:master Jul 22, 2020
@tqchen
Copy link
Member

tqchen commented Jul 22, 2020

THanks @jroesch @mwillsey , this PR is now merged

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.

3 participants