gpo.zugaina.org

Search Portage & Overlays:

dev-python/conch-triton-kernels

Stack AV's Triton kernel repository for GPU-accelerated ML

Screenshots

  • conch-triton-kernels-1.3
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • conch-triton-kernels-1.2.1
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff

ChangeLog

commit abf529ad3070e5b05296989322b7613202faccef
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jun 14 11:57:40 2026 +0200

dev-python/conch-triton-kernels: declare triton-bin dep

conch's kernels are Triton kernels accessed lazily; the package shipped
only numpy because no Triton existed in any tree we depend on (with a
comment saying so). dev-python/triton-bin (mainline, carrying both the
nvidia and amd backends) is now in-tree, so declare it directly rather
than leave it to the consumer. Covers 1.2.1 and 1.3.

commit 120ba8931d2064268be381d6953f53548a6892d1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:34:35 2026 +0200

dev-python/conch-triton-kernels: disable py3.11

commit 3c73cd86a4b202903ec79586ccbcd9a1445fc7e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 14:57:55 2026 +0200

dev-python/conch-triton-kernels: add 1.3

commit a4e77a59a32ea691b60706736192494e9a59c612
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 01:01:06 2026 +0200

dev-python/conch-triton-kernels: new package

Stack AV's pure-Python Triton kernel collection. Required by
dev-python/vllm in the rocm path (vllm pulls it via rocm.txt). Hard
RDEPEND is just numpy; torch/triton are upstream extras and accessed
lazily inside kernel functions.