Browse Source

Tab dainbramage.

nfactor-troky
Con Kolivas 14 years ago
parent
commit
c566605195
  1. 2
      ocl.c

2
ocl.c

@ -468,7 +468,7 @@ retry: @@ -468,7 +468,7 @@ retry:
free(rawsource);
applog(LOG_INFO, "Initialising kernel with%s BFI_INT patching, %d vectors and worksize %d",
patchbfi ? "" : "out", clState->preferred_vwidth, clState->work_size);
patchbfi ? "" : "out", clState->preferred_vwidth, clState->work_size);
/* create a cl program executable for all the devices specified */
status = clBuildProgram(clState->program, 1, &devices[gpu], NULL, NULL, NULL);

Loading…
Cancel
Save