vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Workgroup-coordinated GPU primitives.
//!
//! Each primitive provides a CPU reference implementation and a WGSL kernel
//! for workgroup-local SRAM data structures.

pub mod hashmap;
pub mod state_machine;
pub mod string_interner;
pub mod typed_arena;
pub mod union_find;
pub mod visitor;