Fixed getWorkGroupInfoSizeArray parameter check.

This commit is contained in:
Ioannis Tsakpinis 2011-06-09 07:48:25 +00:00
parent 179b45a215
commit c9e1319fc6
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ final class InfoUtilFactory {
final int size;
switch ( param_name ) {
case CL_KERNEL_WORK_GROUP_SIZE:
case CL_KERNEL_COMPILE_WORK_GROUP_SIZE:
size = 3;
break;
default: