Skip to content

Commit

Permalink
accel/qaic: Add documentation for AIC100 accelerator driver
Browse files Browse the repository at this point in the history
The Qualcomm Cloud AI 100 (AIC100) device is an Artificial Intelligence
accelerator PCIe card. It contains a number of components both in the
SoC and on the card which facilitate running workloads:

QSM: management processor
NSPs: workload compute units
DMA Bridge: dedicated data mover for the workloads
MHI: multiplexed communication channels
DDR: workload storage and memory

The Linux kernel driver for AIC100 is called "QAIC" and is located in the
accel subsystem.

Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Reviewed-by: Carl Vanderlip <quic_carlv@quicinc.com>
Reviewed-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy@quicinc.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Reviewed-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Acked-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1679932497-30277-2-git-send-email-quic_jhugo@quicinc.com
  • Loading branch information
Jeffrey Hugo authored and Jacek Lawrynowicz committed Apr 6, 2023
1 parent f2c7ca8 commit 830f3f2
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/accel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Compute Accelerators
:maxdepth: 1

introduction
qaic/index

.. only:: subproject and html

Expand Down
Loading

0 comments on commit 830f3f2

Please sign in to comment.