Skip to content

Smoke ​

Build, import, and compute-backend resolution

4/4 passed in 348ms

TestWhat it doesResult
test_backend_resolvesA compute backend resolves without error and reports name/precision/device.✅ pass
test_supports_rejects_unknown_precisionsupports() raises on anything that is not f32/f64.✅ pass
test_supports_tracks_precisionsupports() agrees with the reported precision, and f32 is always available.✅ pass
test_versionqkd.__version__ comes from the Rust crate and agrees with all three declaration sites, so a two-of-three bump fails here rather than shipping.✅ pass