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
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
-- | Obtain the list of devices available on a platform. Returns the list if
-- the function is executed successfully. Otherwise it returns the empty list
-- if platform is not a valid platform or no OpenCL devices that matched
-- device_type were found.
The implementation calls whenSuccess, and throws CLError if no matching devices are found.
Should the implementation or the documentation be changed?