vyre-wgpu 0.1.0

wgpu backend for vyre IR — implements VyreBackend, owns GPU runtime, buffer pool, pipeline cache
Documentation
1
2
/// GPU workgroup size used by primitive kernels.
pub const WORKGROUP_SIZE: [u32; 3] = [64, 1, 1];