Vincent Barrielle

Results 23 issues of Vincent Barrielle

It would be advisable to have the resulting structure depend only on the inputs structure, and not on the numerical zeros. This might mean going back to a workspace using...

bug

Also expose vstack and other similar functions via a macro that would call .borrow() on the arguments. This should enable vstacking with different storages.

enhancement

By default, these calls were allocating tensors on the CPU, to then convert to the device used in the rest of the model. It's faster to allocate them directly on...