Diego Sandoval

Results 7 comments of Diego Sandoval

I could help with the remaining `Tensor creation ops` to begin with. Let me know.

I will have a look at `Repeat`, `Unique`, etc. during the weekend. @ricardoV94, regarding `Unique`: * is it desired to emulate the behaviour of `return_index=True` or rather throw `NotImplementedError`? (`torch.unique`...

> @twaclaw in general we want to support exactly the same functionality from the original Op. When that is not possible or too complicated raising `NotImplementedError` is fine. > >...

You are right, `unique` is not compatible with JIT. You don't need to know the exact size but guess it (maybe overestimate it). I was wondering whether it is possible...

I can take a look at the linear algebra ops.

> Seems like Reshape is become more and more relevant, if anyone wants to tackle it Is someone working on this?

> @twaclaw can you rebase the PR to solve the conflicts. And if you addressed @jessegrabowski feel free to mark the comments as resolved for us to see if there's...