Vidush Singhal

Results 7 issues of Vidush Singhal

Hello, I've been working on providing support for facebook's dlrm model (https://github.com/facebookresearch/dlrm) via torch-mlir. Thus far, I've been able to trace a simple path of the dlrm code similar to...

model support

Hello, I implemented the logic for the "sum" mode which required me to use the linalg::GenericOp. After having a discussion with @ramiro050 in office hours we came to a conclusion...

Hello, I was trying to implement the prim::is_nested operator but was getting the following error when trying to test the implementation. Any guidelines on debugging this? Unexpected outcome summary: ******...

Hello, this Pull request is in relation to Issue: https://github.com/llvm/torch-mlir/issues/880 One test fails due to not implemented error.

WIP: dlrm lowering through shark. Failing to lower to Torch right now. Exception: Lowering TorchScript IR -> Torch Backend IR failed with the following diagnostics: error: found a non-value tensor...

Hi, Attached are two files one with no bug and one with a bug. The two files do the same thing the only difference is that the file with the...