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
This would require finding an OpenCL.lib from one of the various SDKs and linking to it. (Which doesn't currently happen, I believe.) That could be done with a build.rs script.
The text was updated successfully, but these errors were encountered:
On Windows it seems to work if you find OpenCL.dll from the AMD APP SDK and copy it into a folder named lib in your project directory. Then invoke cargo as follows:
(Opening a bunch of issues today!)
This would require finding an
OpenCL.lib
from one of the various SDKs and linking to it. (Which doesn't currently happen, I believe.) That could be done with abuild.rs
script.The text was updated successfully, but these errors were encountered: