-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor OpenCL integration using maintained OpenCL C++ interface #60
base: main
Are you sure you want to change the base?
Refactor OpenCL integration using maintained OpenCL C++ interface #60
Conversation
CL_TARGET_OPENCL_VERSION=${Autoscoper_CL_TARGET_OPENCL_VERSION} | ||
CL_HPP_TARGET_OPENCL_VERSION=${Autoscoper_CL_TARGET_OPENCL_VERSION} | ||
CL_HPP_MINIMUM_OPENCL_VERSION=${Autoscoper_CL_TARGET_OPENCL_VERSION} | ||
CL_HPP_ENABLE_EXCEPTIONS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They may want to disable this and only rely on error checking (at least while we are refactoring the Autoscoper API)
Currently the C++ conversion is crashing at OpenCL.cppL741 (upon creation of the context) with the error Here is a quick comparison of the same platform from the C/C++ APIs:
|
cl::*
objectReferences
Notes: