Brice Videau
Brice Videau
`clCreateBufferWithPropertiesINTEL_fn` and `clCreateBufferWithPropertiesINTEL` lost their `CL_API_SUFFIX__VERSION_1_0`
`clEnqueue*HostPipeINTEL*` lost their `CL_API_SUFFIX__VERSION_1_0`
`clInitLayer` `layer_dispatch_ret` gets renamed `layer_dispatch`. This is a bug in the specification and xml, I'll address. Edit: PR is here: https://github.com/KhronosGroup/OpenCL-Docs/pull/895
`CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL` moved to being defined as `(((cl_bitfield)1)
I went over the diff twice. I can't seem to find more for now.
You are correct, I'll strike this one.
For all the reasons listed above, it would be a great feature to add.
If @MathiasMagnus thinks it is good, I thing we're good to go @bashbaug . This will allow merging the loader one with tests passing.
Thanks, we'll try this out and let you know.
Thank you very much for looking into this. This indeed fixes the gcc binary analysis. I had hoped this was a minimal way to reproduce this bug I have on...