Explorar el Código

Fix kernel initialization

Sylvain Henry hace 12 años
padre
commit
96c77519d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      socl/src/cl_createkernel.c

+ 1 - 0
socl/src/cl_createkernel.c

@@ -142,6 +142,7 @@ soclCreateKernel(cl_program    program,
    k->split_func = NULL;
    k->split_space = 0;
    k->split_data = NULL;
+   k->split_perfs = NULL;
    pthread_mutex_init(&k->split_lock, NULL);
 
    #ifdef DEBUG