printf support in SDK

printf support in SDK

Аватар пользователя 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 posts / 0 новое
Последнее сообщение
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.
Аватар пользователя Eli Bendersky (Intel)

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

Аватар пользователя 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/
Аватар пользователя 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?

Зарегистрируйтесь, чтобы оставить комментарий.