Sheng Guo

Results 2 issues of Sheng Guo

Tensor::slice() is broken, because it uses Tensorview constructor. However, explicit Tensorview(range_type&&, storage_type&) is private. Since there is make_view(), maybe Tensor::slice is not useful now.

bug

For blas functions, gemv and gemm, there are parameters to determine how to transpose for the matrix: NoTrans, Trans or ConjTrans. In btas, all of these three parameters are implemented...

bug