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

Fix TorchScript fallback build #10556

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Fix TorchScript fallback build #10556

merged 1 commit into from
Mar 11, 2022

Conversation

driazati
Copy link
Member

@driazati driazati commented Mar 9, 2022

This was missing a header libtorch_runtime.h after #7401. The test in test_libtorch_ops.py is also currently being skipped in CI since torch isn't available but that's left for a follow up

cc @t-vi @masahi

@github-actions github-actions bot requested a review from masahi March 9, 2022 23:28
@driazati driazati force-pushed the fix_torch branch 3 times, most recently from 178616f to 0576780 Compare March 9, 2022 23:32
@driazati driazati marked this pull request as ready for review March 9, 2022 23:32
@masahi
Copy link
Member

masahi commented Mar 10, 2022

please fix the lint issue.

@t-vi
Copy link
Contributor

t-vi commented Mar 10, 2022

Oh oh. Yes. I missed to git add the header - and to enable the tests.
Thank you for cleaning this up after me!
If I can help beyond what you already have here, let me know.

This was missing a header `libtorch_runtime.h`. The test in `test_libtorch_ops.py` is also currently being skipped in CI since `torch` isn't available but that's left for a follow up

cc @t-vi @masahi

commit-id:f8998762
@masahi masahi merged commit 3a9e77b into apache:main Mar 11, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
This was missing a header `libtorch_runtime.h`. The test in `test_libtorch_ops.py` is also currently being skipped in CI since `torch` isn't available but that's left for a follow up

cc @t-vi @masahi

commit-id:f8998762

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

Successfully merging this pull request may close these issues.

3 participants