cusparse module

Hi,

I wrote the cusparse module on platform of 14.10 with CUDA 6.5 for doing matrix inverse.

In my main program, the command line below produced strange result.

status = cusparseGetversion(handle, version)

Then, the value of status was 1 which means “the library was not initialized”.

What is the problem about status-not-success,

What can i do for debugging?

Thanks

-Kevin-

Hi Kevin,

Now we have the no-cost PGI Community Edition, can you try updating to PGI 16.10 and use the cuSparse module we ship with the compilers?

  • Mat