vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
//! wgpu backend integration tests.
//!
//! These tests verify that the wgpu backend can create a device, wrap a shader,
//! and dispatch it with correct byte-word alignment behavior.

/// Dispatch correctness tests.
pub mod dispatch;