did u get the solution
if yes please tell me that becoz i am also getting same error in my programming
I am executing one program of CUDA but i am getting this errors
i have tried to catch error using cudaError_t
so it is giving me " bloated.gifError=device emulation mode and device execution mode cannot be mixed "
following is the output window
GPU.exe’: Loaded ‘C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\bin\win32\Debug\GPU.exe’, Symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\ntdll.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\kernel32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\CUDA\bin\cudart.dll’, Binary was not built with debug information.
‘GPU.exe’: Loaded ‘C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\bin\win32\Debug\cutil32D.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\nvcuda.dll’, Binary was not built with debug information.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\user32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\gdi32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\opengl32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\msvcrt.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\advapi32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\rpcrt4.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\glu32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\ddraw.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\dciman32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\nvapi.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\ole32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\oleaut32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\shlwapi.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\shell32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\setupapi.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll’, No symbols loaded.
‘GPU.exe’: Loaded ‘C:\WINDOWS\system32\comctl32.dll’, No symbols loaded.
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fea4…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fec4…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fea8…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fec8…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe48…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe68…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe48…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe68…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe48…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe68…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe40…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe60…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe30…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe50…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe50…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe70…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe40…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe60…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe4c…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe6c…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe4c…
First-chance exception at 0x7c81eb33 in GPU.exe: Microsoft C++ exception: cudaError at memory location 0x0012fe6c…
The thread ‘Win32 Thread’ (0x864) has exited with code -1073741510 (0xc000013a).
The program ‘[2720] GPU.exe: Native’ has exited with code -1073741510 (0xc000013a).
what can i do ?
i am not understanding any thing
i have installed Quadro FX 1700 drivers
i have also installed wizard
http://forums.nvidia.com/index.php?showtopic=65111
still i can not get the setting
project → Properties → CUDA → CUDA-Specific → Emulation "Yes(-deviceemu).
http://forums.nvidia.com/index.php?showtopic=62442