[GitHub] [tvm] masahi edited a comment on pull request #9375: [PyTorch] [Frontend] Add support for 'aten::new_zeros' & 'aten::copy_'

2021-10-26 Thread GitBox
masahi edited a comment on pull request #9375: URL: https://github.com/apache/tvm/pull/9375#issuecomment-952485326 I've tried `index_put` approach before, it is available before PT 1.9. See the discussion in https://github.com/apache/tvm/pull/7231#issuecomment-756693366. My impression

[GitHub] [tvm] masahi edited a comment on pull request #9375: [PyTorch] [Frontend] Add support for 'aten::new_zeros' & 'aten::copy_'

2021-10-26 Thread GitBox
masahi edited a comment on pull request #9375: URL: https://github.com/apache/tvm/pull/9375#issuecomment-952273980 Please add tests. Also, we need to discuss `aten::copy_`. There have been many requests to support this op and attempts to support it.