P4 to Git Change 1057460 by gandryey@gera-dev-w7 on 2014/07/21 14:56:59

ECR #304775 - Device enqueuing
	- Report proper size for the device queue.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#259 edit
This commit is contained in:
foreman
2014-07-21 15:06:08 -04:00
parent 1b9e65b27b
commit e87e2d4c11
+1
View File
@@ -3374,6 +3374,7 @@ GetOclSize(const aclArgData* argInfo)
}
case ARG_TYPE_IMAGE: return sizeof(cl_mem);
case ARG_TYPE_SAMPLER: return sizeof(cl_sampler);
case ARG_TYPE_QUEUE: return sizeof(cl_command_queue);
default: return -1;
}
}