From 62d64c4198ae8701b9bac7337bc28959fd855053 Mon Sep 17 00:00:00 2001 From: Jakub Kurzak Date: Wed, 8 Nov 2023 12:27:33 -0500 Subject: [PATCH] Add pointers to AMD ROCm Platform to amd_gpu.md --- docs/tutorials/amd_gpu.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/amd_gpu.md b/docs/tutorials/amd_gpu.md index 11965c2d..e7c5f613 100644 --- a/docs/tutorials/amd_gpu.md +++ b/docs/tutorials/amd_gpu.md @@ -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: ```