The kernel ports involved in kernel-to-kernel streaming do not require setup using
the clSetKernelArg
from the host
code. All kernel arguments not involved in the streaming
connection should be set up using clSetKernelArg
as described in Setting Kernel Arguments. However,
kernel ports involved in streaming will be defined within the
kernel itself, and are not addressed by the host program.