vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
//! Sort operations — ordering transforms over numeric buffers.
//!
//! Sorting ops are Category A compositions.  Current implementations
//! target bitonic networks and other workgroup-friendly algorithms.

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