dsfb-gpu-debug-core 0.1.0

Deterministic CPU reference, hash chain, and semantic authority for dsfb-gpu-debug.
Documentation
  • Coverage
  • 100%
    118 out of 118 items documented0 out of 44 items with examples
  • Size
  • Source code size: 349.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • infinityabundance/dsfb
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • infinityabundance

dsfb-gpu-debug-core

Deterministic CPU reference and semantic authority for the dsfb-gpu-debug stack.

This crate owns the non-GPU parts that must remain auditable: fixed-point arithmetic, canonical trace/event structures, SHA-256 hashing, detector motifs, bank-governed episode admission, and case-file construction. The CUDA crate may produce evidence bytes, but this crate decides what can be admitted into a replayable case file.

Scope

  • Default build is no_std and dependency-free.
  • The std feature enables allocating pipeline drivers and case-file emission.
  • The demo feature enables additional support used by the CLI crate.

Non-claims

This crate is not a neural inference framework, a probabilistic model, or a performance claim. It is the deterministic reference path used to check byte identity and semantic non-bypass behavior.

Publish order

Publish this crate first. The other dsfb-gpu crates depend on dsfb-gpu-debug-core = 0.1.0.