Creating new CUDA project with parallel nsight 2.2

3

I just update my Nsight from 2.1 to 2.2 and after that i've always got this when new CUDA 4.x project creates: User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED))
I've got this in VS 10 with CUDA 4.2
Configuration - win7 x64 + GTX 560 + GeForce 210

visual-studio-2010
cuda
nvidia
nsight
asked on Stack Overflow Aug 19, 2012 by brachistochron

2 Answers

1

Speaking for the date of this answer, I've tried hard to make CUDA 4.x with Nsight Visual Studio. But the problem was persistent and reinstalling things didn't help me. After a huge disappointment of this failure, I decide to give CUDA 5 a try.

It installs from a single installer; includes SDK,Toolkit, examples,Nsight Visual Studio, GPU driver and works like a charm. But it only contains 5.0 runtime for development.

NOTE: running Windows 8

answered on Stack Overflow Sep 27, 2012 by Seçkin Savaşçı
0

Actually, I just encountered the same problem with CUDA 4.2 and Visual Studio 2010. It's solved though after I switch to CUDA 5.0.

answered on Stack Overflow Nov 20, 2013 by Narusaki

User contributions licensed under CC BY-SA 3.0