vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
`compression.zlib_decompress` expands an RFC 1950 zlib stream into bytes. The wrapper validates CMF/FLG, rejects preset dictionaries, checks Adler-32, and computes `input_len * 1024` before DEFLATE decoding so every output write is capped by the Wave A bomb defense.