[GitHub] [tvm] shingjan commented on pull request #12027: [PyTorch] Add aten::embedding_bag

2022-10-05 Thread GitBox
shingjan commented on PR #12027: URL: https://github.com/apache/tvm/pull/12027#issuecomment-1269116473 closed with #12993 -- 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

[GitHub] [tvm] shingjan commented on pull request #12027: [PyTorch] Add aten::embedding_bag

2022-07-06 Thread GitBox
shingjan commented on PR #12027: URL: https://github.com/apache/tvm/pull/12027#issuecomment-1177031938 @masahi This implementation still failed the test case with 1D input as the offsets are parsed into: ``` free_var %input2: Tensor[(2), int64]; %input2 ``` which cannot be fol