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 Feb 21, 2023. It is now read-only.
Currently the startup code checks that the device supports OpenCL 1.1. It should be sufficient if the platform supports OpenCL 1.1, even if the device is only OpenCL 1.0 compliant - as long as it has the right capabilities.
Originally this couldn't be done because clogs could not handle G80 NVIDIA devices, but clogs 1.2 should work with such older devices.
Currently the startup code checks that the device supports OpenCL 1.1. It should be sufficient if the platform supports OpenCL 1.1, even if the device is only OpenCL 1.0 compliant - as long as it has the right capabilities.
Originally this couldn't be done because clogs could not handle G80 NVIDIA devices, but clogs 1.2 should work with such older devices.