Note that there are some explanatory texts on larger screens.

plurals
  1. POCUDA driver API: Where is nvcuda?
    text
    copied!<p>The CUDA C Programming Guide Version 4.2 states:</p> <pre><code>The driver API is implemented in the nvcuda dynamic library which is copied on the system during the installation of the device driver. </code></pre> <p>I installed the RC5.0 devdriver on my Linux box along with SDK 4.2 and 5.0. Right now I have difficulties finding this library. Its not in (or under) <code>/usr</code>, <code>/lib</code>, <code>/lib64</code>, nor in one of the SDK libs:</p> <p>CUDA 4.2:</p> <pre><code>ls /usr/local/cuda-4.2/cuda/lib64/ libcublas.so libcudart.so libcufft.so libcuinj.so libcurand.so libcusparse.so libnpp.so libcublas.so.4 libcudart.so.4 libcufft.so.4 libcuinj.so.4 libcurand.so.4 libcusparse.so.4 libnpp.so.4 libcublas.so.4.2.9 libcudart.so.4.2.9 libcufft.so.4.2.9 libcuinj.so.4.2.9 libcurand.so.4.2.9 libcusparse.so.4.2.9 libnpp.so.4.2.9 </code></pre> <p>CUDA 5.0:</p> <pre><code>ls /usr/local/cuda-5.0/cuda/lib64/ libcublas.so libcudart.so libcufft.so libcuinj.so libcurand.so libcusparse.so libnpp.so libnvToolsExt.so libcublas.so.5.0 libcudart.so.5.0 libcufft.so.5.0 libcuinj.so.5.0 libcurand.so.5.0 libcusparse.so.5.0 libnpp.so.5.0 libnvToolsExt.so.5.0 libcublas.so.5.0.7 libcudart.so.5.0.7 libcufft.so.5.0.7 libcuinj.so.5.0.7 libcurand.so.5.0.7 libcusparse.so.5.0.7 libnpp.so.5.0.7 libnvToolsExt.so.5.0.7 </code></pre> <p>Where is this library installed to?</p> <p>It's not that the driver API is not included in the RC 5.0. I just reinstalled devdriver 4.2 and its still not in the above mentioned places.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload