winswe

Results 13 comments of winswe

> 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. When I change...

> 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...

> 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...

> 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...

> 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...

> > 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 -...

Yeah, I try it again. most examples can be run. There are some libraries without exist. Such as "JCudaDriver-11.1.1-windows-x86_64; JCudnn-11.1.1-windows-x86_64; " ``` Using 'UTF-8' encoding to copy filtered resources. Copying...

> 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...

> The `JCudaDriver-11.1.1-windows-x86_64.dll` and `JCudaRuntime-11.1.1-windows-x86_64.dll` are located in the same JAR file. Are you sure that this is not the same error as the first one? > > You could...

> I don't know the IDE that you are using there, and how it actually issues the Maven commands for building and running the application. > > But to be...