You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align README + ai-skills + RELEASING with atomr formatting
* README rewritten to mirror atomr's structure: "Why ... in Rust, now"
rationale, "What's in the box" crate table, separate "Quick start
(Rust)" and "Quick start (Python)" sections, "Building from source",
"Layout" tree, "Learn more" doc index.
* All "0.0" / "0.2.x" version references in docs/, ai-skills/,
RELEASING.md, README.md updated to "0.1" (matches the v0.1.0
rebrand cut on crates.io / PyPI).
* "atomr 0.2 integration / adoption" phrasing trimmed since the
pinned-version flavor is no longer meaningful — atomr-accel just
tracks atomr now.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: ai-skills/skills/atomr-accel-backends/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ exists for code that genuinely benefits from it.
130
130
131
131
| Backend | Status | Notes |
132
132
|---|---|---|
133
-
|**CUDA (NVIDIA)**|**Shipping** in `atomr-accel-cuda`| Full F2-F9 + atomr 0.2 integration. |
133
+
|**CUDA (NVIDIA)**|**Shipping** in `atomr-accel-cuda`| Full F2-F9 + atomr integration. |
134
134
| ROCm (AMD) | Designed for | hipBLAS / hipFFT / rocSPARSE / rocSOLVER map cleanly. RCCL ≈ NCCL. |
135
135
| Metal (Apple) | Designed for | MPS + Metal command queues fit `AccelStream` directly. No NVRTC equivalent (use Metal compute shaders compiled at build time). |
136
136
| oneAPI (Intel) | Designed for | SYCL + oneMKL libraries. |
0 commit comments