ocl
ocl copied to clipboard
OpenCL for Rust
I've tried to build and execute `trivial.rs`, and it appears to work, although I get messages from the output about a possibly wrong ICD: ``` beignet-opencl-icd: no supported GPU found,...
The [docs](https://github.com/cogciprocate/ocl/blob/03086863e95e43033ae67f1530801cb57032e1a3/ocl/src/lib.rs#L10) have a call to action regarding documentation. Much appreciated here's my report: Regarging the docs on [use_host_slice](https://github.com/cogciprocate/ocl/blob/03086863e95e43033ae67f1530801cb57032e1a3/ocl/src/standard/buffer.rs#L2246). As someone who is new to opencl, I'm having trouble understanding...
Hey, I think you might like this improvement. At least I'd really love this being added, because without it the API is not safe and can crash when someone attempts...
Add OpenCL 2.2 and 3.0 types, constants and functions to cl_h.rs and lib.rs for issue #192. Also added feature `opencl_version_3_0` to Cargo.toml and updated it's version by one.
https://github.com/cogciprocate/ocl/pull/201
install https://github.com/davenza/kde_ocl got error: python setup.py install running install running bdist_egg running egg_info writing kde_ocl.egg-info/PKG-INFO writing dependency_links to kde_ocl.egg-info/dependency_links.txt writing requirements to kde_ocl.egg-info/requires.txt writing top-level names to kde_ocl.egg-info/top_level.txt reading manifest...
rustc_version below 0.2 is no longer available, which breaks building this crate
This crate uses old versions of num and rand which in turn depend on a crate named fuchsia-cprng whose source is no longer available and no license is given on...
This crate uses old versions of num and rand which in turn depend on a crate named fuchsia-cprng whose source is no longer available and no license is given on...
Pull request to fix the issues identified in issue #196