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] Allow upstream to manually set the OpenCL target (#969)
- Upstream CI is unable to use find_package() for OpenCL. This
commit allows it to set the target manually and skip the call to
find_package().
- This commit also changes UR to use the OpenCL::OpenCL target.
It provides a simpler alternative to import the opencl library
without having to use add_library().
0 commit comments