Concurrent copy execution, MultiKernel with libraries

If this is stupid questions forgive me.

I would like to know if there is a possible way to
do concurrent copy execution and/or multiple kernels
launch using libraries like cudpp or cublas.

Thank you.

If this is stupid questions forgive me.

I would like to know if there is a possible way to
do concurrent copy execution and/or multiple kernels
launch using libraries like cudpp or cublas.

Thank you.

The most recent release of CUBLAS exposes the streams interface so that copy overlap and potentially multiple kernel execution (on Fermi) are supported. Don’t know about cudpp.

The most recent release of CUBLAS exposes the streams interface so that copy overlap and potentially multiple kernel execution (on Fermi) are supported. Don’t know about cudpp.

Thank you very much. I have a fermi Tesla C2050.
This is a great information and will help me a lot.
I’m still looking for cudpp results.

Thank you very much. I have a fermi Tesla C2050.
This is a great information and will help me a lot.
I’m still looking for cudpp results.

Thank you very much. I have a fermi Tesla C2050.
This is a great information and will help me a lot.
Reading the cudpp documents it seems it is callable from
CPU. Maybe I will have to write my own kernel to the scan.

Thank you very much. I have a fermi Tesla C2050.
This is a great information and will help me a lot.
Reading the cudpp documents it seems it is callable from
CPU. Maybe I will have to write my own kernel to the scan.