Remote debugging from 32bit host to 64bit target CUDA remote debug with Nsight

Hi, All,

I’m pretty new to CUDA and Nsight, so sorry in advance if my question has already been answered.

My host has:

  • Win7 32bit
  • VS 2010
  • CUDA 4.0 RC
  • NSight 2.0

My target has:

  • Windows Server 2008 R2 64bit
  • NSight 2.0
  • Tesla driver

I built a very simple CUDA application, built and run successfully on my host machine. Then I changed the build platform to 64bit and get error:
Error 1 error LNK1104: cannot open file ‘cudart.lib’

I browse the folder “C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\lib”, find that there are only 32bit libraries.

So my question is:
Is it supported scenario remote debugging from 32bit host to 64bit target?
Should I look for the 64bit cudart.lib and link it to the project?
If yes, where can I find it?

Thank you!
AKEM

Hi,

Any kind of help/instruction is appreciated!

AKEM