src/opencl.c
@@ -81,7 +81,7 @@ } int index = getpid()%num_devices; index = 0; index = 1; printf("%d rand, %d devices, %d index\n", getpid(), num_devices, index); info.device = devices[index]; fprintf(stderr, "Found %d device(s)\n", num_devices); @@ -141,6 +141,7 @@ void cl_setup() { if(!cl.initialized){ printf("initializing\n"); cl = cl_init(); } }