Skip to content

Commit

Permalink
Merge pull request #415 from kanoi/bflsc
Browse files Browse the repository at this point in the history
LTC text typo
  • Loading branch information
ckolivas committed Apr 2, 2013
2 parents 5f56734 + ed480de commit b81ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocl.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
clState->padbuffer8 = NULL;
clState->padbuffer8 = clCreateBuffer(clState->context, CL_MEM_READ_WRITE, bufsize, NULL, &status);
if (status != CL_SUCCESS && !clState->padbuffer8) {
applog(LOG_ERR, "Error %d: clCreateBuffer (padbuffer8), decrease CT or increase LG", status);
applog(LOG_ERR, "Error %d: clCreateBuffer (padbuffer8), decrease TC or increase LG", status);
return NULL;
}

Expand Down

0 comments on commit b81ef94

Please sign in to comment.