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/09/15 08:59:56 UTC

[GitHub] [incubator-tvm] t-vi edited a comment on pull request #6472: Add several op mapping in PyTorch frontend

t-vi edited a comment on pull request #6472:
URL: https://github.com/apache/incubator-tvm/pull/6472#issuecomment-692573786


   @yongwww what does "the slicing assignment doesn't take effect in jit" mean? The JITed function does update `a` because `select` will return a view that uses the same memory as a and then `copy_` writes to that. I tried with an `a` that is all zeros and `b` that contains random.
   
   Which thing in maskrcnn-benchmark produces the `copy_` and why is your translation correct? Maybe we can eliminate the `copy_` beforehand.


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