OpenCL.jl
OpenCL.jl copied to clipboard
OpenCL Julia bindings
I noticed that you were doing your own version-number parsing, and thought you might want to use the VersionParsing parsing package instead for more flexibility.
Fixes #183
See #190. This commit separates the API for getting info about an object. For example, `cl.info(device, :name)` is also exposed as `name(device)`. This is a more ergonomic API, both in...
I've been playing around with this package, and I think the API might be improved by exposing certain info calls. Internally, many of them use a `Dict` from `Symbol` to...
@maleadt I'd also like to move OpenCL.jl to the v6 templates if possible. Do you have any examples of using v6 with two different images for NV vs. AMD test...
I think something has changed in the OpenCL.jl package about how to link header files to GPU kernels. It's either that or I'm missing something crucial about how julia looks...
I am unable to create a buffer with a size that exceeds the size of a `UInt32` due to an `InexactError` in `buffer.jl:126` (it currently casts the number of bytes...
Hi When I call create_some_context from the REPL it causes a Segmentation fault which closes julia, however if I can from the bash command line call example code successfully (./run_examples.sh)....
Using a recent version of POCL, some of the tests that have been skipped pass. Locally, all tests pass for me with the following version of POCL. ``` OpenCL$ clinfo...
Sd/osx