mbarbry
Results
2
comments of
mbarbry
Thank you for your answers. What @daletovar describes seems to be the issue. So from what I read in #249 , there is no actual fix for such situations?
I get the following error, File "test.py", line 25, in C_d = cublas.gemm("N", "N", 1.0, A_d, B_d) File "/usr/local/lib/python3.5/dist-packages/pyculib/blas/__init__.py", line 143, in gemm colmajor(A, dtype, 'A'), colmajor(B, dtype, 'B'), File...