clBLAS (OpenCL) matrix inversion

712 views Asked by At

is it possible to calculate a general matrix inversion using clBLAS? Or point me to an example kernel? The matrices to invert will be fairly small (typically 7*7, 28*28 or 84*84), but the inversion will only be a part of larger algorithm, so it still should be done on gpu. Thanks in advance.

0

There are 0 answers