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 2022/06/21 14:08:32 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #11801: [CPP-RPC] Fix command line argument capture

lhutton1 opened a new pull request, #11801:
URL: https://github.com/apache/tvm/pull/11801

   There are a couple of instances where command line options use a "-", however when capturing these values a "_" is used, meaning they don't get captured and the default value is used instead. Fixing this by renaming instances of "_" -> "-".
   
   cc @ekalda @manupa-arm 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] FrozenGene merged pull request #11801: [CPP-RPC] Fix command line argument capture

Posted by GitBox <gi...@apache.org>.
FrozenGene merged PR #11801:
URL: https://github.com/apache/tvm/pull/11801


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] lhutton1 commented on pull request #11801: [CPP-RPC] Fix command line argument capture

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #11801:
URL: https://github.com/apache/tvm/pull/11801#issuecomment-1162854921

   also cc @FrozenGene 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org