coaster icon indicating copy to clipboard operation
coaster copied to clipboard

Extendable HPC-Framework for CUDA, OpenCL and common CPU

Results 9 coaster issues
Sort by recently updated
recently updated
newest added

I just notice this repo as a new active development fork of leaf, probably it will be great to provide a quick info for what has changed and what's on...

documentation

I noticed that the Documentation pointed to . However, it seems it was intended for this to be .

This would allow the individual backend to decide what accuracy would fit best. On CPU i.e. there is no gain in using fp16 over fp32, on the GPU - if...

enhancement

Combind with blas to parallelize recursive operations efficiently.

enhancement

This would potentially allow gains when learning since dual numers/autodiff could be employed more effectively.

enhancement

Starting points: https://leonardoaraujosantos.gitbooks.io/artificial-inteligence/content/batch_norm_layer.html Google Paper: https://arxiv.org/abs/1502.03167

enhancement

This would ease backend implementation and remove some code duplication.

enhancement

https://ci.spearow.io/teams/spearow/pipelines/juice/jobs/test-coaster/builds/69 ``` # RUST_BACKTRACE=1 cargo t --verbose -- --nocapture backend_spec::opencl Fresh rustc-serialize v0.3.24 Fresh num-traits v0.1.40 Fresh libc v0.2.31 Fresh lazy_static v0.1.16 Fresh bitflags v0.3.3 Fresh utf8-ranges v1.0.0 Fresh byteorder...

bug

Split out all backend specific functionalitity and make this interface only crate

enhancement