ulib 0.3.3

Universal data storage library for CPU/GPU heterogeneous applications
Documentation
1
2
3
4
5
//! this build script exports the csrc dir to dependents.

fn main() {
    ucc::export_csrc();
}