Chewxy
Chewxy
I highly suggest putting in a PR. I'll mark it as hacktoberfest :)
Yes. If I may guess what you're trying to do, you're trying to multiply a row-major matrix with another row-major matrix, am I right? So, the BLAS definition for the...
Actually, that was all conjecture on what you were trying to do. I'm also considering an alternative which is to folllow the cuBLAS specs more closely wrt checks. So, if...
This should be fixed now @snowwalf . Can you check?
use multiple `-p`
Relevant issue and discussion: https://github.com/numpy/numpy/issues/9394
@kabaka0 any input on the behaviours of masked tensors?
Additionally, maskedDense seems to not transpose correctly (I'll actually write proper tests to see if that's the case)
The reasoning behind this is mostly a game theory thing. The [`tensor.Slice` interface](https://godoc.org/gorgonia.org/tensor#Slice) is the primary method in which tensors are sliced. That means anything that implements the `tensor.Slice` interface...