Hello,
I am trying to use MATLAB 2022b on a Tensor Book to generate CUDA code.
MATLAB cannot find the root directory for the cuDNN SDK. MATLAB’s coder.checkGPUInstall() is looking for cuDNN header files.
Please advise. Thank you!
I tried the following paths:
$find . -name cuda -print
./lib/cuda
./lib/python3/dist-packages/torch/cuda
./lib/python3/dist-packages/torch/include/torch/csrc/cuda
./lib/python3/dist-packages/torch/include/torch/csrc/jit/cuda
./lib/python3/dist-packages/torch/include/torch/csrc/jit/codegen/cuda
./lib/python3/dist-packages/torch/include/torch/csrc/jit/codegen/fuser/cuda
./lib/python3/dist-packages/torch/include/c10/cuda
./lib/python3/dist-packages/torch/include/ATen/cuda
./lib/python3/dist-packages/torch/include/ATen/native/cuda
./lib/python3/dist-packages/torch/backends/cuda
./lib/python3/dist-packages/numba/cuda
./lib/python3/dist-packages/tensorflow/include/tensorflow/stream_executor/cuda
./include/boost/fiber/cuda
./include/cuda
./include/thrust/system/cuda
tensorflow.path
[‘/usr/lib/python3/dist-packages/keras/api/_v2’, ‘/usr/lib/python3/dist-packages/tensorflow_estimator/python/estimator/api/_v2’, ‘/usr/lib/python3/dist-packages/tensorboard/summary/_tf’, ‘/usr/lib/python3/dist-packages/tensorflow’, ‘/usr/lib/python3/dist-packages/tensorflow/_api/v2’]
$ uname -a
Linux tb1 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux