Is calling clSetKernelArg
with an arg_size
of 0 valid for arguments in the local
address space?
#1317
Labels
needs-cts-coverage
The CTS needs to be extended
Some implementations accept calls to
clSetKernelArg
with anarg_size
of 0 for arguments in thelocal
address space, others returnCL_INVALID_ARG_SIZE
.Should this be allowed? I don't see why it should not. We should also use this discussion as an opportunity to check that we have language that correctly describes what memory accesses are valid for kernel arguments in the
local
address space.Lastly, regardless of the decision, we need a new CTS test.
The text was updated successfully, but these errors were encountered: