You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCL CLHPP headers don't have any version information inside them. E.g. the package itself is released as v2024.10.24, but how can I extract this information from headers?
Sometimes, we need to write conditional code which depends on availability of some C++ OpenCL API, but it's impossible to do it, because headers don't have version information.
The text was updated successfully, but these errors were encountered:
OpenCL CLHPP headers don't have any version information inside them. E.g. the package itself is released as v2024.10.24, but how can I extract this information from headers?
Sometimes, we need to write conditional code which depends on availability of some C++ OpenCL API, but it's impossible to do it, because headers don't have version information.
The text was updated successfully, but these errors were encountered: