Ben Ashbaugh
Ben Ashbaugh
Discussed in the July 9th teleconference. We set a deadline for two weeks to merge (July 23rd).
Merging as discussed in the July 16th teleconference.
Discussed in the November 7th teleconference: * We're not sure if it is an oversight that fp16 denorms are not described for this build option, or if this is intentional....
> If doing this I suggest punting the actual exclusion list into a method of clconventions.py I moved the exclusion criteria to clconventions.py, if we do end up deciding to...
I'll convert this to a draft for now. We can resurrect it after the next release if the linking still seems weird, or we can close it if we're happy...
I don't think this is needed anymore - closing.
> I think the main dependency on 1.2 for cl_khr_command_buffer is [clEnqueueFillBuffer](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#clEnqueueFillBuffer), [clEnqueueFillImage](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#clEnqueueFillImage), [clEnqueueBarrierWithWaitList](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#clEnqueueBarrierWithWaitList) which there are analogous commands for. Ah, good point. Couple of options: 1. We keep the...
Discussed in the November 7th teleconference. My personal preference is to: 1. Remove as many required OpenCL version dependencies as possible. I expect some (most?) of the required versions can...
I've moved this issue from OpenCL-Registry to OpenCL-Docs. It should get more attention here.
Hi! Thanks for filing this issue and including an excellent reproducer. As I understand, here is what the reproducer is doing, and the behavior you are seeing: 1. There is...