Complaint 1: ^ It’s not clear which ones will work and what the difference is from the download links.
I installed 32 bit cuda toolkit version… it failed… complaining that it wasn’t suited for windows 7 64 bit… I suspect the 32 bit toolkit might be needed for 32 bit cuda/ptx mode.
It did leave files not sure what. (Installation folder should be: C:\Install\NVIDIA) not C:\NVIDIA anyway… the install failed because driver not suited.
I download latest install 3.26… and install it…
I install 64 bit cuda 5.5 toolkit… it installs but then it shows older drivers 3.20 or 3.19 or something NOW I AM CONFUSED ???
ARE THESE SPECIAL DEBUG DRIVERS ? DOES 3.26 have debug drivers ?!
!!! PLEASE SPECIFY IF DRIVERS ARE SUITED FOR DEBUGGING/PROFILING !!!*********
During installation I choose not to install the older drivers just to see what would happen.
Installed NVIDIA NSIGHT 3.1
Visual Profiler DOES NOT WORK, Performance Analysis does not work.
Re-installed CUDA Toolkit 5.5 this time did install drivers.
Visual Profiler still not working.
Reinstalling drivers removed NSIGHT from visual studio…
Apperently now I have to reinstall NSIGHT that might correct it.
Question remains if it will work or not.
Also why are drivers and nsight include with the toolkit ?!? It’s seems one big mess… multiple download links containing the same thing… wasting harddisk space, download time and decompression time.
Also why does installer first unpack a secondary setup program. THIS IS AGAIN WASTING TIME.
Perhaps there is also another technical reason like having to disable something.
THIS IS WHOLE HASSLE IS MAIN REASON WHY I AM RELUCTANT TO UPDATE TO A NEW CUDA VERSION is the same messy shit as always.
!!!
YOUR MISSION NVIDIA IS THE FOLLOWING:
BE MORE CLEAR HOW TO INSTALL IT SUCCESSFULLY. Automation is nice BUT NOT WHEN IT FAILS.
I could probably have be more successfull at installating it with PROPER INSTALLATION INSTRUCTIONS and perhaps different packageS: DRIVER, TOOLKIT, NSIGHT just like it was with previous version.
YOUR SECOND MISSION IS:
BRING DOWN INSTALLATION TIME FROM 60 MINUTES back to 10 MINUTES at MOST !.
I shall now spent 11 more minutes trying to get THIS TO WORK.
The 32bit package can be only installed on 32bit system.
If GPU is shipped after CUDA package, you might want to install the latest driver from driver package. For example, Geforce 700 series isn’t supported by driver comes with CUDA 5.5 RC package.
The supplied drivers apperently cause Internet Explorer 9.0 to crash continously on startup in an almost never ending loop because of the stupid web restore feature and such.
Fortunately I was barely able to get it working by simply starting multiple instances hoping that one of them wouldn’t crash or didnt have time to crash yet.
By going to advenced options and choosing: “software rendering instead of gpu acceleration” the crashing has seemed to stop… indicating a clear problem with the GPU drivers !!!
Hello,
It’s a good way to uninstall nvidia drivers as pasoleatis’s suggestion. List steps below.
1.Go to Device Manager → Display adapter → Select NVIDIA graphical card → Properties → Driver → Uninstall → Check the box “Delete the driver software for this device” → Click Ok
2. After driver is completed removed, click “Scan for hardware changes”. The native in box graphical driver will be installed. Click and expand Display adapter, ensure “Standard VGA Graphics Adapter” is present.
3. Download the latest driver via Official Drivers | NVIDIA
4. Install the driver
5. Go to %systemDrive%\ProgramData\NVIDIA Corporation\CUDA Samples\v5.5\bin\win64\Release
6. Run sample named deviceQueryDrv.exe in cmd. If no error, it means CUDA driver is installed successfully.
7. Run sample named deviceQuery.exe in cmd. If no error, it means CUDA runtime is installed successfully.
There is a serous compatibility issues with old Nvidia cards and new software (e.g., new versions of TensorFlow). I don’t think such setup will work, I spent days trying to troubleshoot this.