Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7953 Discussions

Runtime error using the Intel Compiler offload to GFX properties

Doru_Adrian_Thom_P_
298 Views

Hi! I wanted to compile a c program that uses offloading stuff within it. The issue is that when trying to compiler I get a Runtime error and the compiler crashes, this is the message that get when I go to debug mode:

'gfx_linker.exe' (Win32): Loaded 'C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\ia32_gfx\gfx_linker.exe'. Cannot find or open the PDB file.
'gfx_linker.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'gfx_linker.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'gfx_linker.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
The thread 0x8ac has exited with code 0 (0x0).
The program '[3156] gfx_linker.exe' has exited with code 3 (0x3).

Thank you,

Thom

0 Kudos
0 Replies
Reply