printf support in SDK

printf support in SDK

Ritratto di Polar01

Hi, I try to use the printf with the lats version of the SDK... but nothing is printed in my output ! I use the following code : #pragma OPENCL EXTENSION cl_intel_printf : enable printf("%d ", i); I work under Visual Studio 2008 with Win7 64 bits. I have also try to open my console with : AllocConsole(); HWND hConsole = (HWND)GetStdHandle(0xfffffff5); ShowWindow(hConsole, SW_SHOWMINNOACTIVE);

AllocConsole(); HWND hConsole = (HWND)GetStdHandle(0xfffffff5); ShowWindow(hConsole, SW_SHOWMINNOACTIVE); But no success... nothing is printed ! Do you have an idea ? Thanks

http://spectralbattle.wordpress.com/
4 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Eli Bendersky (Intel)

Hello,
Could you please attach the complete .cl file (or string) you're using that demonstrates this problem for you?

Ritratto di Polar01

Hi, There is too much code (+ 4000 lines)!!!! This code works on AMD SDK. It is just a QT application running in VS ! Even when I run it from command line... (DOS cmd) I have no message in my console ! I don't know what to do to print with Intel SDK !

http://spectralbattle.wordpress.com/
Ritratto di Eli Bendersky (Intel)

Hello,

  1. Which version of the Intel OpenCL SDK are you using?
  2. Can you try to write a simple & small kernel and use printf in it, running it in the same environment that you run your large kernel? Do you see output from the printf call in the small kernel?

Accedere per lasciare un commento.