From 4a5211d8308d52b52d539d99ec9bf14528208cca Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Mon, 18 May 2026 17:28:19 +0300 Subject: [PATCH] ci(prerelease): add ampere flavour alongside ada and blackwell Adds ampere (CUDA compute capability sm_86) to both the build-neuron and package-neuron matrices, so helexa-neuron-ampere RPMs are built and published alongside helexa-neuron-ada and helexa-neuron-blackwell. The prerelease spec already lists ampere in its Conflicts: clause, so no spec change is needed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/build-prerelease.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/build-prerelease.yml b/.gitea/workflows/build-prerelease.yml index 5571098..0b8ddd4 100644 --- a/.gitea/workflows/build-prerelease.yml +++ b/.gitea/workflows/build-prerelease.yml @@ -94,6 +94,13 @@ jobs: fail-fast: false matrix: include: + - flavour: ampere + compute_cap: "86" + runner: cuda-13.0 + cuda_home: /usr/local/cuda-13.0 + build_jobs: 8 + nvcc_threads: 4 + cargo_features: "cuda cudnn flash-attn" - flavour: ada compute_cap: "89" runner: cuda-13.0 @@ -193,6 +200,7 @@ jobs: fail-fast: false matrix: include: + - flavour: ampere - flavour: ada - flavour: blackwell steps: