Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opencl and missing layer ops for cnn #109

Closed
drahnr opened this issue Jul 15, 2016 · 2 comments
Closed

opencl and missing layer ops for cnn #109

drahnr opened this issue Jul 15, 2016 · 2 comments

Comments

@drahnr
Copy link

drahnr commented Jul 15, 2016

 cargo build --features=opencl
   Compiling leaf v0.2.1
   Compiling collenchyma v0.0.8
   Compiling collenchyma-nn v0.3.4
   Compiling collenchyma-blas v0.2.0
/home/bernhard/.cargo/registry/src/github.com-88ac128001ac3a9a/leaf-0.2.1/src/layers/container/sequential.rs:8:21: 8:29 error: unresolved import `util::LayerOps`. There is no `LayerOps` in `util` [E0432]
/home/bernhard/.cargo/registry/src/github.com-88ac128001ac3a9a/leaf-0.2.1/src/layers/container/sequential.rs:8 use util::{ArcLock, LayerOps};
# yada yada

Is this due to a limitation that only cuda supports something or is this a different issue?

@drahnr
Copy link
Author

drahnr commented Jul 15, 2016

I guess it is due to #[cfg(all(feature="cuda", not(feature="native")))] in utils.rs.

So is this a native limitation or just not yet implemented.

There are a lot of those not mentioning opencl, is this all TBD or is this just a old crudge to be fixed?

Do you have feature map what is implemented for which feature backend? Or: Where is that implemented?

@drahnr
Copy link
Author

drahnr commented Jul 15, 2016

nvm I missed the https://github.com/autumnai/collenchyma-nn support table...

@drahnr drahnr closed this as completed Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant