grendizerufo / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Detect version mismatch between nvtt.dll and cudart.dll #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The latest CUDA release provides a function that allows to query the cudart
version:

cudaError_t cudaRuntimeGetVersion (int *runtimeVersion)

We should use it to detect and report mismatch errors.

Original issue reported on code.google.com by cast...@gmail.com on 24 Jul 2009 at 7:07