Skip to content

Releases: brian-mwirigi/triton-blackhole

v0.2.0 — verify_drift + AST instrumentation

Choose a tag to compare

@brian-mwirigi brian-mwirigi released this 23 Jul 16:37

What's new

Full TritonDrift core loop:

  • @verify_drift / run_drift_verify decorator + functional API
  • Output index → program_id mapping via block_sizes
  • AST instrumentation: dump intermediates only on the failing pid
  • Terminal drift artifact (compare + classify + grid + probes)

Install

pip install -U triton-blackhole

v0.1.0 — first public release

Choose a tag to compare

@brian-mwirigi brian-mwirigi released this 23 Jul 15:49

triton-blackhole 0.1.0

Deterministic numerical bisection for Triton FP drift.

Install

\
pip install triton-blackhole
\
(after PyPI publish completes — or \pip install git+https://github.com/brian-mwirigi/triton-blackhole.git\)

Try it

Open Colab killer demo

Highlights

  • compare / bisect_axes / bisect_tiles / classify_drift / ProbeBank
  • Works without TRITON_INTERPRET or device_print
  • CPU demos + live Triton path on NVIDIA / Colab