How to check which CUDA version is made use and select a particular CUDA version

Hi all, I want to know two information

  1. How to check which CUDA version is being made use during inferencing
  2. How to select a particular CUDA version to be made use when I have multiple versions, let us say cuda/ cuda-10/ cuda-10.2/

Please let me know.

Thanks and Regards

Nagaraj Trivedi

Dear @trivedi.nagaraj,
Could you check setting CUDA_INSTALL_DIR variable to needed CUDA version folder using export command and recompile the samples?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.