vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
//! Buffer-level operations — copy, compare, search, fill, and byte swaps.
//!
//! Buffer ops are Category A compositions over raw byte slices.

automod::dir!(pub "src/ops/buffer");