Ivan Borgia Dardi

Results 5 comments of Ivan Borgia Dardi

I have a question: is this crate based on CPU computations? And if yes, would it be interesting to add CUDA and OpenCL support?

Yes, actually! There are a few crates out there that offer OpenCL and CUDA support. We'd have to research them. However, the core of the idea is [PIMPL](http://en.cppreference.com/w/cpp/language/pimpl). Basically we...

`Gradients` doesn't need to have an implementation of `VerticalSobel`. It's just a possibility. Actually, my example was kinda bad thought out. I think it would be better to have a...

Googling around for GPU code with Rust, there seems to be a few crates already: https://github.com/arrayfire/arrayfire-rust https://github.com/autumnai/rust-cudnn https://github.com/cogciprocate/ocl We just need to pick a good one to test out. That...

I'd love to, but I can't promise anything. College is a huge time drain, unfortunately. But hey, the idea is there, so maybe someone else can get interested in it?