I tried to print a matrix, and the printf("\n") between rows didn't print anything. I then tried printing other constant strings, and none worked. printf only worked if I printed the content of some variable.
I'm using Catalyst 14.7 beta on Windows 7 64 bit with a Radeon R9 280.
Solved! Go to Solution.
A similar observation was found in this thread confirm bugs in cl_amd_printf and it was verified that "input string doesn't get printed if the input string doesn't include a % format specifier". An internal bug report was already filed against this issue. If get any update, will inform you.
Regards,
A similar observation was found in this thread confirm bugs in cl_amd_printf and it was verified that "input string doesn't get printed if the input string doesn't include a % format specifier". An internal bug report was already filed against this issue. If get any update, will inform you.
Regards,
Thanks. Good to know it will be looked at.
I do like this :
printf("%s\n", " ");
For me works =p