-
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
Tests fail on OS X #9
Comments
It's probably just something screwy with that particular test, which I just tossed together and haven't touched in a while. For now just comment out line 32 of tests.rs or just remove the Edit: Comment out lines 32 and 33 that is. |
Just made that change on master. |
Would be curious to know how things are working on OS X before I close this issue. |
I'll try to take a look this weekend. Unfortunately I needed to use the OpenCL image APIs and I wasn't about to learn Rust and OpenCL while building out the OpenCL functions I needed in Rust- that's a bit of a steep learning curve. Ended up going with this golang lib unfortunately, it had the needed wrapper functions :-/ |
I'm about to add image support to this library, would appreciate another look in a few weeks and possibly some feedback. |
Looking forward to it. |
Just pushed version 0.7. The new Having zero experience with OpenCL images myself, I'd really appreciate your feedback and even design ideas if you have any. Links: |
This may be related in that the error looks similar to one I get running the events example panics (on OS X with an Intel Iris Pro GPU). Here's the output:
|
Alright let's get to the bottom of it... Would you mind creating a new issue and just referencing this one? |
Sure thing, @c0gent. |
GL Acquire/Release multi-buffer versions added.
No idea where to start.
The text was updated successfully, but these errors were encountered: