jonysy

Results 14 issues of jonysy

Hi, the current limit when fetching species/plants is `20`. It would be useful to have more control over this by having the `limit` parameter exposed as part of the API,...

enhancement

I don't have a CUDA-enabled GPU yet, so I can only work on and test the OpenCL and Native components. Would anyone with CUDA running on his/her machine be interested...

help wanted
discussion

Add a graph along w/ a JIT compiler. **Design**: ..

enhancement
discussion

Consider using [`lazy_static`] for CUDA and OpenCL kernels. [`lazy_static`]: https://crates.io/crates/lazy_static

enhancement

An application is only as fast as its slowest part.. Taken from the SO question: [mitigate host + device memory tranfer bottlenecks in OpenCL/CUDA](http://stackoverflow.com/q/3972260/2561805) > There are a couple things...

enhancement
help wanted
discussion

Parenchyma should gracefully fallback to a compatible framework. From the original [README](https://github.com/autumnai/collenchyma/blob/master/README.md): > Collenchyma does not require OpenCL or Cuda on the machine and automatically falls back to the native...

enhancement
help wanted
discussion

@drahnr's point via Gitter: > I think you can safely drop the [length check][1] in opencl 2.0 > OpenCL 2.0 has something called remainder workgroups. [1]: https://github.com/jonysy/parenchyma-dnn/blob/master/src/frameworks/cl/source/activation.cl

enhancement

### Extending coherence with workspaces proposal If merged, the "extending coherence with workspaces" proposal would allow authors to implement traits for types defined within the workspace it's associated with. Under...

enhancement
language limit

[OpenCL reference card](http://www.slideshare.net/piyushmittalin/opencl-12quickreferencecard) [Porting CUDA Applications to OpenCL](http://developer.amd.com/tools-and-sdks/opencl-zone/opencl-resources/programming-in-opencl/porting-cuda-applications-to-opencl/) ## OpenCL ### Contexts Current implementation allows for a single context to encapsulate a single device only. **What's possible**: - A single...

enhancement
help wanted
information
discussion

* [ndarray](https://crates.io/crates/ndarray)

enhancement