I am using Java with Jcuda library to access CUDA.. I was able to run a simple application ( like vectorAdd).. However, the code of my Kernel stated getting very large.. is there a way to use device function in the kerenel.cu file? I knew that it is possible if I use CUDA C , but with Java I got an error? can any one help
thanks in advance