ncybmh99

Results 1 issues of ncybmh99

Given a simple 'printf' test kernel as: __kernel void test(const float x) { printf("%f\n", x); } My question is: Suppose the platform doesn't support 'double'. Is there any way for...