You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fused-backend realize path needs to populate device exec-context buffers from
host float data and read results back. The native bitcast can't be used (its f64
widening loses bits above 2^24), and the suite hand-encodes bytes literally. Adds
exact f32<->little-endian-bytes conversion (f32::to_le_bytes / from_le_bytes),
registered in runtime_abi, the reg-VM dispatch, and tensor.rssi. 2 round-trip
tests (incl. a value above 2^24).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments