linpack test with cuda linpack test

how can i use cublase to do linpack test?

You could start by reading this paper:

[url=“http://portal.acm.org/citation.cfm?id=1513895.1513901”]http://portal.acm.org/citation.cfm?id=1513895.1513901[/url]

This article was not talking about a very detailed.

I did say start by reading that paper. It provides a very good overview of optimal GPU and GPU+CPU strategies for getting good Linpack results. Implementation details are up to you. CUBLAS is (mostly) just a BLAS like any other, but getting good results requires some thought.

thanks ,for your help. But, the important thing is i do not konw how to set up hpl,to call cublase. :(