You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/24 00:56:21 UTC

[GitHub] [incubator-tvm] jroesch opened a new pull request #5137: [Rust][CI]

jroesch opened a new pull request #5137: [Rust][CI]
URL: https://github.com/apache/incubator-tvm/pull/5137
 
 
   Turn the Rust CI tests back on. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#issuecomment-602945831
 
 
   Will report once master CI has been updated(then we need to rebase to retrigger this PR)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] jroesch commented on issue #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
jroesch commented on issue #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#issuecomment-602942080
 
 
   Blocked on #5138 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] jroesch commented on issue #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
jroesch commented on issue #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#issuecomment-602942254
 
 
   cc @tqchen @nhynes 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#issuecomment-612641946
 
 
   Thanks @jroesch ! cc @nhynes 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5137: [Rust][CI] Restore Rust CI

Posted by GitBox <gi...@apache.org>.
tqchen commented on a change in pull request #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#discussion_r403494867
 
 

 ##########
 File path: rust/runtime/tests/build_model.py
 ##########
 @@ -41,6 +41,7 @@ def main():
     dshape = (32, 16)
     net = _get_model(dshape)
     mod, params = testing.create_workload(net)
+    import pdb; pdb.set_trace()
 
 Review comment:
   remove this line, seems pdb cases segfault on the CI

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services