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/07/16 18:26:31 UTC

[GitHub] [incubator-tvm] eric-haibin-lin opened a new pull request #6079: [WIP] [DSL/TE] Scalar support for `te.extern`

eric-haibin-lin opened a new pull request #6079:
URL: https://github.com/apache/incubator-tvm/pull/6079


   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   
   Fixed #6015 


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



[GitHub] [incubator-tvm] ZihengJiang commented on pull request #6079: [DSL/TE] Scalar support for `te.extern`

Posted by GitBox <gi...@apache.org>.
ZihengJiang commented on pull request #6079:
URL: https://github.com/apache/incubator-tvm/pull/6079#issuecomment-660420778


   Hey Haibin , thanks for your help!
   
   Could you try to enhance the test case with mixed `Tensor` and `Scalar` inputs like:
   ```
   @tvm.register_func("tvm.test_tensor_scalar_scale")
   def my_scale(tensor, scalar, out):
       out_np = tensor.asnumpy() * scalar
       tvm.nd.array(out_np).copyto(out)
   ```


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



[GitHub] [incubator-tvm] ZihengJiang merged pull request #6079: [DSL/TE] Scalar support for `te.extern`

Posted by GitBox <gi...@apache.org>.
ZihengJiang merged pull request #6079:
URL: https://github.com/apache/incubator-tvm/pull/6079


   


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6079: [DSL/TE] Scalar support for `te.extern`

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6079:
URL: https://github.com/apache/incubator-tvm/pull/6079#issuecomment-661483114


   @ZihengJiang please followup 


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



[GitHub] [incubator-tvm] eric-haibin-lin closed pull request #6079: [WIP] [DSL/TE] Scalar support for `te.extern`

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin closed pull request #6079:
URL: https://github.com/apache/incubator-tvm/pull/6079


   


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