Ben Ashbaugh

Results 432 comments of Ben Ashbaugh

Note: some of these will be fixed by: https://github.com/KhronosGroup/OpenCL-CTS/pull/2443

It's not a perfect analogy, but I'm reminded of this discussion about a failed call to clSetKernelArg: https://github.com/KhronosGroup/OpenCL-Docs/issues/548 The main differences are: * clUpdateMutableCommandsKHR can update multiple parts of a...

Thanks, this is great! Do you want to hold off on this one until the headers changes are merged, or try to add in some #ifdefs so it'll work both...

FYI, I think this will require CTS updates, due to the removal of `CL_COMMAND_BUFFER_CAPABILITY_OUT_OF_ORDER_KHR`.

Confirming: this feature would support reading into and writing from arbitrary host pointers, correct? The pointers would not need to be SVM or USM pointers? I agree this is useful,...

Merging as discussed in the August 13th teleconference.

Linking with #1373, which is at least slightly related since it has to do with the required accuracy for the fp16 sqrt.

I created https://github.com/KhronosGroup/OpenCL-Docs/pull/1387, which makes this relaxation, which might help to get discussion moving. Note, we would still need a CTS change as well.

Merging as discussed in the October 22nd teleconference.

Discussed in the June 4th memory TSG. In short, the documented behavior is intended, and there is should be no implicit barrier-like behavior when signaling or waiting on a semaphore...