Jake Bolewski

Results 77 comments of Jake Bolewski

Thanks @SimonDanisch this is helpful. I don't have a computer right now with the necessary OpenCL support to work on this at the moment :-\ I think it would be...

Cool! Can't wait to see what you guys come up with.

@vchuravy wow that was fast! Great to see that it requires so little code. You should check out Color.jl to see if any of the color types could work for...

@SimonDanisch :clap: @vchuravy were you able to figure out the original problem? I pushed the changes you mentioned and cleaned up a the context properties in a branch https://github.com/JuliaGPU/OpenCL.jl/tree/jcb/fixglctx.

@vchuravy looks good to me. Could you make a pull request? I just have some minor comments to make, but that is easier to do inline. You should have full...

@vchuravy the compile to OpenCL C stuff was just an experiment and clearly OpenCL's LLVM IR support is the way forward. Even if Nvidia decides not to implement SPIR, the...

@vchuravy that is a good sketch of what we will have to do (what you are missing is a global `ObjectID` Dict to hold the references to the underlying Julia...

With CPU OpenCL implementations (and Intel's PHI) the Task parallel model that OpenCL provides is a great way to execute multiple different kernels concurrently. It is an underutilized part of...

Which runtimes support OpenCL 2.0 at the moment?

The branch would be perfectly predictable so it would have nearly zero cost.