Sean Xiang

Results 3 comments of Sean Xiang

BTW, 1. the converted version of `torch.ops.aten.remainder.Scalar` seems not even as fast as original ops. 2. it seems `torch.ops.aten.remainder.Scalar` works with int that is not that big. Not sure if...

Thanks @apbose for your help. I have tried to export this graph to onnx and compile it with trtexec, it seems the same issue. The result I get by this...

I check the source code, seems we have converter support for `torch.ops.aten.view`, so probably the best way to solve this is to delete the `view_to_reshape` pass