Always get: java.lang.RuntimeException: cudaGetSymbolAddress(...) failed; Error code: [13]

@WangQiang102938 See: Cuda error during run the example

We’ve addressed this a few times now. It’s always a clashing version of cuda. There’s 2 resolutions:

  1. Uninstall all cuda on your computer and use the redist artifacts.
  2. Install the exact version of cuda you need on your computer with the exact version of cudnn you need for a given version. Generally we depend on the latest stable version of cuda from javacpp maintained by @saudet - you’ll see the latest version (as of this writing) here:
    Maven Central Repository Search

The next release will be updated to this version.

The latest nd4j cuda uses:

This means cuda 11.2, cudnn 8.1/x