ci: clearer, dash-free release-notes backend labels - #55
Closed
worthant wants to merge 1 commit into
Closed
Conversation
- 'ROCm/HIP — AMD RDNA' -> 'AMD ROCm, RDNA2-RDNA4' (drop the HIP jargon that confuses users; parallels how the NVIDIA builds are labelled CUDA) - note the ROCm runtime is required on the system - remove em/en dashes from the notes
Author
|
Superseded by the consumer-backends PR, which includes this notes-wording fix. |
NighmareGit
pushed a commit
to NighmareGit/atomic-llama-cpp-turboquant
that referenced
this pull request
Aug 8, 2026
Target the consumer backbone and shrink the CUDA archives: - new linux-x64-cpu: pure CPU-only build (no GPU deps) so CPU users don't have to grab a GPU archive - new linux-x64-cuda-12.4: CUDA 12.4 works on older drivers (13.x needs a newer one) — the most-downloaded variant on Windows, now on Linux too - CUDA arch: 80;86;89;90;120 -> 75-virtual;86-real;89-real;120-real. Ship SASS only for consumer cards (RTX 30/40/50); drop server SASS (A100/H100/H200/B200) which JIT from the Turing PTX floor. Smaller archives, older consumer (Turing+) now covered via JIT too. - wire both into dev-build and release (needs/EXPECTED/notes); also folds the AtomicBot-ai#55 notes wording fix (no em-dashes, 'AMD ROCm' not 'ROCm/HIP')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cosmetic release-notes template fix (already applied to the live b10018-1.2.0 notes).
ROCm/HIP — AMD RDNA→AMD ROCm, RDNA2-RDNA4: drop the HIP jargon end users don't know (parallels labelling the NVIDIA builds 'CUDA'), and it's accurate — the archive targets RDNA only.Applies to future releases; the current 1.2.0 release body was already edited directly.