matlab - How to multiply many gpuArray matrices in parallel? -


given matrices a1,...,an , b1,...,bn stored gpuarray, want calculate matrices ci=ai*bi.

all ai's of same size, , bi's of same (possibly different) size.

how do fast on gpu, assuming n large , sizes of matrices relatively small? possible avoid using cuda?

if have matlab r2013b, can use new gpuarray pagefun function.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -