Joseph Redmon
2014-10-30 1c0fd9bb4726f28b5ccf4491b8d108b00c884ec3
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();
   }
}