-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenCL interop version mismatch #125
Comments
I've forgotten about Please feel free to submit a PR to update or else I'll take care of it tomorrow. I'm away from my computer for the day. Thanks :) |
I think the |
I see. |
Do you happen to have SDL and GLFW installed? If so could you please try running the
If that works I'll publish |
Does compile though. I'll hunt down where that error message is coming from and get back to you. |
Looks like it's caused by this line:
https://github.com/cogciprocate/ocl/blob/master/ocl/src/standard/buffer.rs#L1740 Could also be a driver issue. I remember trying to get some non-rust examples of interop to work, but they were all giving me the same error ( |
Ok well I'll mess with this on my laptop later if you can't get it to work. It's a pain to get everything set up properly to get these tests to run so thanks for trying. |
Yep it's a driver issue on my end: intel/beignet#5 I'll try and fiddle a bit more. |
Looks like we can't totally solve your problem but ocl-interop 0.1.5 is published. |
Looks like the current version of
ocl_interop
on crates.io hasn't been updated in a while. It still depends onocl 0.16.0
and gives a type mismatch when you try to use it withocl 0.19.0
:The text was updated successfully, but these errors were encountered: