Search found 1 match
- Thu Aug 15, 2019 1:37 am
- Forum: User discussion
- Topic: Using sgemm for rectangular (non-square) matrix multiply
- Replies: 7
- Views: 9497
Re: Using sgemm for rectangular (non-square) matrix multiply
Hi all, I have a below code. In my code, I want to replace cublasSgemm function by my code. But when I ran, I got a wrong results. If you know how to solve my problem, please show me. Thanks very much. void caffe_gpu_gemm<float>(const CBLAS_TRANSPOSE TransA, const CBLAS_TRANSPOSE TransB, const int M...