-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add TVM to testing dockerfile #1480
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1480 +/- ##
==========================================
+ Coverage 55.66% 55.67% +0.01%
==========================================
Files 155 155
Lines 13990 13990
==========================================
+ Hits 7787 7789 +2
+ Misses 5454 5452 -2
Partials 749 749
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1480 +/- ##
==========================================
+ Coverage 55.66% 55.67% +0.01%
==========================================
Files 155 155
Lines 13990 13990
==========================================
+ Hits 7787 7789 +2
+ Misses 5454 5452 -2
Partials 749 749
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any context or justification for this addition?
edit: implementation looks nothing too crazy
# Install TVM | ||
RUN git clone --recursive https://github.com/dmlc/tvm.git /tmp/tvm && \ | ||
cd /tmp/tvm && \ | ||
git checkout f6be4d6 && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jroesch authored and tqchen committed 4 hours ago
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only because I'm about to merge apache/tvm#2616 soon, which might break things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, the 0.5 release is stalled apache/tvm#2614
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am against adding this into the ekiden testing image. Instead this should be in a separate image, possibly derived from the ekiden testing image, in a repository where it is used.
Thanks for the additional info. |
No description provided.