You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laser-based tensors use either a raw pointer to be able to plug in buffers coming from external libraries (Numpy, PyTorch, Tensorflow) and also exchange buffer with zero-copy. Or they use a seq for Nim ref types or strings.
Original issue fixed but now there is a new one it's not a showstopper but always having to put the generic type is annoying and even if Arraymancer is clean, users proc can still trigger it: nim-lang/Nim#13193
Laser-based tensors use either a raw pointer to be able to plug in buffers coming from external libraries (Numpy, PyTorch, Tensorflow) and also exchange buffer with zero-copy. Or they use a seq for Nim ref types or strings.
Arraymancer/src/laser/tensor/datatypes.nim
Lines 12 to 30 in d3f078a
Unfortunately supportsCopyMem doesn't work properly in type section, making Laser Dead On Arrival :/. nim-lang/Nim#13095
The text was updated successfully, but these errors were encountered: