CUDA + JAVA Does CUDA makes sense with JAVA?

Hi,

I am going to explore CUDA using JAVA. I want to know if it is worth to use CUDA with JAVA. I am asking this from the point of view of current and future demand in the market.

Thanks for your time

It isn’t worth any more or less to use Cuda with any particular programming language.

The question is if you have a computationally heavy algorithm that is well suited to be executed in parallel.

I use Cuda with Java, and achieved an effective speedup of >80x, from program start to finish, so that includes all memory transfers.