When are the following functions available?

Dear all,

I plan to test the performance of my solver on GPU. However, I found that the following functions are still not available:
DZNRM2
ZTRSV
ZGETRF
ZGETRS
ZSYR
ZSYTRF
ZSYTRS
ZSYTRI

When are these functions available?

BTW: is it possible to view the source code of CUBLAS libraries so I can try to study to write these functions myself.

Thanks,
Zhanghong Tang

Given that those functions are LAPACK functions, rather than BLAS, I doubt they will get added to CUBLAS. For LAPACK functions, there is a commercial implementation called CULA you might be interested in looking at. I do not know whether they support the LAPACK functions you are asking about.

An older version of the CUBLAS source (from CUDA 1.2) is available to registered developers if you are eligible.

Thank you very much for your kindly reply. Could you please tell me how to register as a developer?

Thanks,

Zhanghong Tang

I think the registration system can be reached from here,