obrah 2.0.0

High-level Rust wrapper around OpenCL using OBWIO
Documentation
1
2
3
4
5
6
7
use obrah::runtime;
use obrah::kernel;
use obrah::data;

fn main() {
    
}