Skip to content

Commit

Permalink
Add pointers to AMD ROCm Platform to amd_gpu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakurzak committed Nov 8, 2023
1 parent 56c27c6 commit 62d64c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/tutorials/amd_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

qsim provides support for AMD Instinct accelerators.
The implementation covers the native GPU support in qsim
by utilizing [HIP](https://rocm.docs.amd.com/projects/HIP)
by utilizing [AMD HIP SDK](https://rocm.docs.amd.com/projects/HIP)
(Heterogeneous-Compute Interface for Portability).
The cuQuantum implementation is currently not covered.

## Building

To enable support for AMD Instinct GPUs, qsim needs to be built from sources.
Building qsim with support for AMD Instinct accelerators requires installation of
[AMD ROCm™ Open Software Platform](https://www.amd.com/en/developer/resources/rocm-hub.html).
Instructions for installing ROCm are available at https://rocm.docs.amd.com/.

To enable support for AMD GPUs, qsim needs to be built from sources.
This can be done as follows:

```
Expand Down

0 comments on commit 62d64c4

Please sign in to comment.