Valentin Churavy
Valentin Churavy
@jakebolewski Great work with jcb/fixglctx context creation works as expected. :) But when I wan the properties back from the context with `cl.properties(ctx)` I get nothing useful. `props``` in the...
@SimonDanisch I will look into that @jakebolewski Please take a look at https://github.com/JuliaGPU/OpenCL.jl/tree/vc/fixglctx I think I found the problem with properties parsing I finally found what error: -1000 means CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR...
@jakebolewski Thanks for that :) PRs are in with #32 and #33 Intel OpenCL CPU implementation doesn't support the necessary extensions and I only have a HD3000 as integrated chipset...
@nowozin I have not been doing a lot of work in OpenCL recently (and I believe Jake is in a similar situation), so development of OpenCL.jl has been stagnant. I...
@SimonDanisch last worked on supporting the OpenCL definition of images, but I don't think any of the attempts ever got to a point. I would be excited to see if...
Thanks for the report, could you try the branch https://github.com/JuliaGPU/OpenCL.jl/pull/109? The PR is still WIP, but master does not support v0.5 at the moment.
hm `Pkg.checkout("OpenCL", "vc/refactor")` should be enough. On Thu, 28 Jul 2016 at 04:45 protogeezer [email protected] wrote: > Fair enough. How do I select the vc/refactor branch? I tried doing a...
Oh sorry I misread your comment. On the refactored branch you will have to do ``` using OpenCL cl.devices() ```
It was trying to fix some of the alignment issues.
That sounds fantastic! I would call them `build!` and `generate!`/`package!`