-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add specialization cl::Program::build(cl::Device&) #60
Comments
Thanks for the report, this seems like a good idea. |
Adding the agenda label to discuss the process around opencl-cplusplus-1.2.pdf. |
I just created #102 to add the requested build interface - thank you for the suggestion! Regarding the PDF documentation, after discussing in the working group teleconference I have created KhronosGroup/OpenCL-Registry#83, which removes the PDF documentation from the registry webpage. As you have observed, the PDFs have grown stale and out of date. Instead, we recommend referring to the Doxygen documentation, which is easier to keep up-to-date. Please also feel free to track #65, which will automatically generate and publish Doxygen comments when the headers change. |
It is possible to create
cl::Context
usingcl::Device
instead ofstd::vector<cl::Device>
, so it would be nice to usecl::Program::build
in the same way.BTW, this special constructor of
cl::Context
is not documented in opencl-cplusplus-1.2.pdf, please add it there.The text was updated successfully, but these errors were encountered: