vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
//! Reduction operations — sum, count, min, max, and boolean aggregations.
//!
//! Reduction ops are Category A compositions that collapse a buffer
//! to a single scalar or indexed result.

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