obrah 3.2.0

High-level Rust wrapper around OpenCL using OBWIO
Documentation
1
2
3
4
5
use obrah::kernel::{get_devices};

fn main() {
    get_devices();
}