Qualcomm Cloud AI 100 and AIC200 datacenter inference accelerators
Qualcomm's Cloud AI family of PCIe inference accelerator cards (AIC080, AIC100, and the newer AIC200) used in datacenter and on-premises servers to run machine-learning workloads. The hardware ships in cloud offerings such as Amazon EC2 DL2q, Cirrascale, and Core42, with the Cloud AI 100 Ultra variant launched in late 2023.
recommendation
It should stay in the kernel because the hardware is current Qualcomm product still being sold and deployed in 2025, with a successor (AI200) on the public roadmap. Upstream development is healthy, including substantive fixes landing as recently as March 2026, and there is no replacement driver or removal discussion in sight.
repository signals
sources
- git.kernel.org
Upstream activity is current: qaic received a substantive fix on 2026-03-27 ('accel/qaic: Handle DBC deactivation if the owner went away').
- docs.kernel.org
Kernel documentation identifies QAIC-supported hardware as Qualcomm Cloud AI 100/AIC100 PCIe AI accelerator cards, including multi-card server deployments.
- qualcomm.com
Qualcomm's current data-center product page still markets Cloud AI 100 Ultra and lists active ecosystem/deployment channels such as Amazon EC2 DL2q, Cirrascale, and Core42; it also shows AI200 on the current roadmap.
- qualcomm.com
Qualcomm announced Cloud AI 100 Ultra in November 2023 as a new inference accelerator card, supporting that this family is modern rather than legacy-only.
codex reasoning notes (technical)
Local `rg`/`sed` inspection showed a real PCI/DRM accel driver with device IDs for AIC080/AIC100/AIC200 and Kconfig naming it 'Qualcomm Cloud AI accelerators'. Local `git log` showed sustained upstream work through 2026-03-27; the cited git.kernel.org URL was constructed from that local commit hash using the canonical kernel commit URL pattern. Web search plus `open` on Qualcomm and docs.kernel.org pages showed Cloud AI 100 Ultra is still a current offering with named cloud/on-prem deployments and no natural successor Linux driver; a web search for lore removal/deprecation discussion did not surface a public removal thread. Result: active, current niche datacenter accelerator driver, so keep.