Hoonkyung Cho

Results 6 comments of Hoonkyung Cho

I would appreciate your feedback on the type-related issues mentioned in the description.

@zewenli98 Thank you for your comments! The issue with CI/CD failures due to the dataset size has been resolved. However, while the Windows wheel build has completed successfully, the Linux...

When implementing the converter for the `nonzero` operation in TRT 10.0.1, I encountered the same error as @zewenli98 [did](https://github.com/pytorch/TensorRT/issues/2516#issuecomment-2060120424). Once the issue is resolved in TRT, we can continue development...

`aten.empty_strided` creates an `uninitialized tensor`, where memory space is allocated but the values in that space are not explicitly set. This means the tensor is filled with arbitrary values that...

The `aten.sym_storage_offset` operation returns the offset between the storage start point and the first element of the tensor. In PyTorch, tensors are allocated their own memory block at creation, naturally...

@peri044 I tried running the additional tests you suggested, but I’m still seeing large differences in the output, as mentioned above. I would really appreciate it if you could share...