gpo.zugaina.org

Search Portage & Overlays:

dev-python/triton-bin

Triton GPU programming language and compiler (binary wheels)

Screenshots

  • triton-bin-3.6.0
    -* ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT Apache-2.0-with-LLVM-exceptions NVIDIA-CUDA   
    Overlay: stuff

ChangeLog

commit 994121024687b6fd737cb5548664f4f8e03e81ab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jun 14 09:26:23 2026 +0200

dev-python/triton-bin: add 3.6.0

GPU programming language and compiler, packaged from the upstream PyPI
wheels (cp312/cp313/cp314, x86_64). Triton builds from an LLVM/MLIR
source tree that is impractical to compile in-tree, so the binary wheel
is the supported form, mirroring dev-python/cuda-tile-bin. The wheel is
self-contained (no python RDEPEND) and bundles its own LLVM plus the
NVIDIA ptxas toolchain.

3.6.0 is the Triton release that pytorch-2.11.0 pairs with
(pytorch .ci/docker/triton_version.txt), which the source-built
sci-ml/pytorch needs for its torch.compile/inductor backend. Pulled by
dev-python/vllm on CUDA, whose @triton.jit kernels otherwise fail at
first GPU inference.

Drop Triton's proton / proton-viewer profiler console scripts from
/usr/bin: the names are generic enough to collide (e.g. with Valve
Proton) and torch/vllm do not use them; the triton.profiler.proton
module stays importable.