Skip to main content

Module bytes

Module bytes 

Expand description

Host-only float byte-conversion helpers (kept separate from Float so the DSL-embedded dtype/mod.rs source doesn’t need them — see teeny-triton’s crate docs). Host-side float byte serialization.

Lives in a submodule so teeny-triton’s build script — which embeds dtype/mod.rs into the no_core kernel DSL — never sees alloc / Vec. The build script strips pub mod …; lines, so this file is host-only.

Traits§

FloatBytes
Host-side little-endian byte serialization for float dtypes.