Marco Hutter
Marco Hutter
That's right. And the question was already asked occasionally, aiming at something like "JThrust". But I think that the API of thrust (which on some level is rather template-heavy) does...
They don't give any details/baseline of what they compared. A dedicated benchmark or comparison with CUDA 9.0 and 9.1 might be worthwhile. (I haven't updated to 9.1 yet - currently,...
After having been mentioned in the https://github.com/breandan/kotlingrad/issues/8#issuecomment-568229751 above, I had a short look at this issue. There are *many* resources and links in the previous comments, and I'm not (yet?)...
That vaguely sounds similar to the issue reported for Gradle at https://github.com/jcuda/jcuda-main/issues/16#issuecomment-297356346 : There, the respective `${jcuda.os}` and `${jcuda.arch}` properties had not been resolved. The solution there seemed to be...
Thanks for figuring this out. I'll reopen this issue, but just as a reminder for me to add a note about this at the https://github.com/jcuda/jcuda-main/blob/master/BUILDING.md page. EDIT: Although it should...
It might be. Try changing the version number to `11.1.0` in https://github.com/jcuda/jcuda-samples/blob/master/JCudaSamples/pom.xml#L11 . If this does not help, posting the full error message may be helpful.
Sorry for the delay here, and sorry for the possibly wrong information: I mentioned `11.1.0`, but the actual version number (that also matches the version of CUDA that you have...
I just noticed that `java.base/` part in the stack traces. There recently has been an [issue about JCuda and the Java module system](https://github.com/jcuda/jcuda-main/issues/40) that might be related. I haven't understood/investigated...
OK, that starts to get confusing. How exactly are you starting the `JCudaPrintDeviceInfo` when you see the execption? I've seen that there is some Maven related output - do you...
The `JCudaDriver-11.1.1-windows-x86_64.dll` should be there (together with the `Runtime` version). But for JCudnn, you also need the cuDNN binaries (you can download them at https://developer.nvidia.com/cudnn If you are a registered...