Филипп Жинкин <[email protected]> writes: > is it correct that pyopencl.array.dot not aimed to cover numpy.dot > functionality (since for matrices it's not working as matrix-mul as dot > function from numpy does)? > Are there any plans to add default matrix-multiplication routine into > PyOpenCL? > Or maybe it's already there and I've just missed it? :)
It will happen at some point, but it's not there yet. Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
