ruda-kernel 0.1.3

Ruda Rust kernel DSL and device tensor operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod blueprint;
mod builder;
mod ruda_count;
mod ruda_mapping;
mod global_order;
mod sm_allocation;

pub use blueprint::HyperrudaBlueprint;
pub use ruda_count::*;
pub use ruda_mapping::{RudaMapping, RudaMappingLaunch, ruda_mapping_launch};
pub use global_order::{GlobalOrder, swizzle};
pub use sm_allocation::SmAllocation;