Nagy-Egri Máté Ferenc
Nagy-Egri Máté Ferenc
@eyalroz Thank you for taking the time to provide feedback. While the OpenCL workgroup has discussed briefly the issue you opened _(which I believe we should turn into a discussion)_...
Thank you for your observation. You're most likely right and the wrapper will be needing a fix.
Hi @Calandracas606, apologies for the gravely belated reaction. I recall seeing this PR but replying fell off the stack. I have one issue with this change: it's going to break...
@ODON1 Indeed, that error came up a long time ago and was not caught by CI at the time. Changing the name of that enum entry is a breaking change...
Okay, made it public. I made it private cause I didn't want to think about licensing, but there's no black magic in there.
@jrprice When we were only kicking off discussions about an OpenCL Primer (and the SDK is likely to take its place) I too asked how large a ground we should...
I've added the [PreprocessorDefine](https://github.com/MathiasMagnus/OpenCL-KernelLoad/tree/master/PreprocessorDefine) and [Embed](https://github.com/MathiasMagnus/OpenCL-KernelLoad/tree/master/Embed) samples. I believe Embed has the best feature set, with its downside being only that it may blow up binary size, which for the...
@jenatali It is on my TODO list, but it's blocking on some other items. The SDK intends to update CMake dependence in a backwards compatible manner. Plans are detailed [here](https://github.com/KhronosGroup/OpenCL-Headers/pull/107)...
@jenatali I gave it a go some time ago, however I stumbled across `vcpkg_from_github` not supporting submodules. I [requested this feature be implemented](https://github.com/microsoft/vcpkg/issues/24521), however until it's not, the port will...
As for bikeshedding, can we call it [cl_strerror](https://en.cppreference.com/w/c/string/byte/strerror) in C and [cl::strerror](https://en.cppreference.com/w/cpp/string/byte/strerror) in C++? Actually it doesn't really matter what we call it, but the functionality should be there. Possible...