Skip to content

VGF Library v0.9.0

Latest

Choose a tag to compare

@davidegrohmann davidegrohmann released this 01 Apr 14:09
· 8 commits to main since this release

Version 0.9.0 – Decoder Hardening & Build Updates

Highlights

  • Added BF16 and FP8 (fp8e4m3, fp8e5m2) datatype support
  • Expanded decoder validation paths for constant and header parsing.
  • Added a decoder API fuzzer and aligned C/C++ decoder call semantics.
  • Updated VGF header/constant decoder paths, including parseConstantSection
    and decoder-size handling.

Build, Packaging & Developer Experience

  • Added a CMake option to build the VGF shared library.
  • Updated fuzzer build integration and disabled vgf_fuzzer by default.

Supported Platforms

The following platform combinations are supported:

  • Linux - AArch64 and x86-64
  • Windows® - x86-64
  • Darwin - AArch64
  • Android™ - AArch64 (experimental)