Verify · Gen-5 Bit-Identity

Encode here. Verify there.
Bit-identical.

The same Gen-5 representation across CUDA, Vulkan, Metal, WebGPU, AVX-512 and NEON — verify the hash yourself. SHA-256 manifests included.

6 backends9 / 9 fixtures100% Bit-IdentityCross-vendor reproducible

The claim

100% match across 4 / 4 shader backends.

Top-N produced by the pipeline = Top-N produced by brute-force computation over the corpus. “Equal” means the same set of document IDs, in the same order, with the same distance values. Not high recall. Not approximately equal. Equal — verified per query — across hardware vendors.

Verified fixtures

Nine fixtures. Four shader backends. Byte-identical.

PlatformHardware
ARM NEONApple M3 Pro
x86 AVX-512Sapphire Rapids · AMD EPYC 9454P
NVIDIA VulkanH100 PCIe
Apple MetalM3 Max

All 9 fixtures byte-for-byte identical. Mechanism: deterministic ChaCha20-based RNG path replacing platform-dependent default hashers (patent-pending).

4-step verification

From corpus to confirmation.

Step 01

Request test fixtures

Get the manifest with SHA-256 hashes for msmarco-100k, msmarco-1M, and msmarco-10M reference encodings.

Step 02

Run encode on Platform A

aqea-bench encode --corpus msmarco-1M --output corpus.aqea — on your CUDA, Metal, AVX-512, or NEON box.

Step 03

Run encode on Platform B

Same command, different vendor. sha256sum corpus.aqea on each side.

Step 04

Compare bit-by-bit

Hashes should be identical. Reference values for our published runs ship in the manifests/ directory.

Why this is unique

The only published cross-vendor bit-identity fixtures we know of.

ANN systems (FAISS-HNSW, IVFPQ) cannot publish bit-identical cross-vendor fixtures — they trade recall for speed by design. Exact systems (FAISS-Flat) reproduce only on their native hardware. AQEA is the only system where you can prove byte-equality across hardware vendors at production scale.

SHA-256 manifests are public. If a GitHub repository is not yet linked from this page, request the manifests via the engineering contact below.

Verify Bit-Identity yourself.

Request the test fixtures and reference SHA-256 manifests. We'll send the manifest + the `aqea-bench` access details.