You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Lunderberg (via GitHub)" <gi...@apache.org> on 2023/08/15 16:13:02 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #15563: [Unity] Preserve shape parameters in LazyTransformParams

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

   Prior to this commit, any symbolic variables found in the transform_params function that are not provided by input tensors result in undefined symbolic variables.  This commit updates LazyTransformParam to only delegate tensor parameters to `"get_item"` and `"set_item"`.
   
   This can be useful when producing sharded transformed parameters in a multi-GPU setup, where a `rank` symbolic variable may be provided to specify a subset of the weights to be used.


-- 
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] MasterJH5574 merged pull request #15563: [Unity] Preserve shape parameters in LazyTransformParams

Posted by "MasterJH5574 (via GitHub)" <gi...@apache.org>.
MasterJH5574 merged PR #15563:
URL: https://github.com/apache/tvm/pull/15563


-- 
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] tvm-bot commented on pull request #15563: [Unity] Preserve shape parameters in LazyTransformParams

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #15563:
URL: https://github.com/apache/tvm/pull/15563#issuecomment-1679228022

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   <!--bot-comment-ccs-start-->
    * cc @quic-sanirudh <sub>See [#10317](https://github.com/apache/tvm/issues/10317) for details</sub><!--bot-comment-ccs-end-->
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


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