with the error invalid command queue. Haven't seen that one before, and cursory google suggests it's a problem with MBP's. Fun! I'll keep taking a look, and I'll try it on my windows machine here soon
5 lines
108 B
C
5 lines
108 B
C
__kernel void min_kern(__global char* in)
|
|
{
|
|
int a = 10;
|
|
printf("%s\n", "this is a test string\n");
|
|
} |