Illya Kokshenev
Illya Kokshenev
Looking forward to that, especially available as a GPU kernel so that tensors should not travel from CPU to GPU back and forth. @tabakg I'm still thinking of a high-level...
Actually, this looks almost fine to me. In your first example you are trying to create an array of 196608 floats, but provide only 196608 bytes (4 times less than...
Just got into this after migrating from the older version that used NumSharp. Almost had a heart attack by watching an expression ```if (x != null)``` throwing a NullReferenceException. It...
@phofl I'm not familiar with the implementation and have no idea about the reasons for the upcast, but, intuitively, I see no reason for that to happen. Both series already...
It looks like #43269 was closed withoud making it to the branch. Any news regarding this issue?