ROCm / HIP

HIP: C++ Heterogeneous-Compute Interface for Portability
https://rocmdocs.amd.com/projects/HIP/
MIT License
3.54k stars 518 forks source link

HIP supported GPUs #3493

Closed neon60 closed 1 month ago

neon60 commented 1 month ago

HIP supported GPUs

neon60 commented 1 month ago

Here's the text: HIP is supported on some AMD GPUs and multiple operating systems. For more information, see: • Linux system requirementsMicrosoft Windows system requirements HIP is also supported on NVIDIA GPUs, which must be CUDA-enabled. For more information about supported NVIDIA GPUs, see GPU Compute Capability.

neon60 commented 1 month ago

Here's the text: HIP is supported on some AMD GPUs and multiple operating systems. For more information, see: • Linux system requirementsMicrosoft Windows system requirements HIP is also supported on NVIDIA GPUs, which must be CUDA-enabled. For more information about supported NVIDIA GPUs, see GPU Compute Capability.

@lpaoletti @randyh62 I think this sentence is not fully in alignment with the first statement: "HIP is a C++ runtime API and kernel language that lets developers create portable applications for AMD and NVIDIA GPUs from single source code."

We are duplicating the information in these sentences and first statement.:

"HIP is supported on some AMD GPUs and multiple operating systems. HIP is also supported on NVIDIA GPUs, which must be CUDA-enabled"

Added a suggestion commit:

https://github.com/ROCm/HIP/pull/3493/commits/d0100a6c0e131b32f43dc94e883ff905ddf1ecd3

neon60 commented 1 month ago

Approving your suggestion. Also note Randy has a change at the top of the page: https://github.com/ROCm/HIP/pull/3492/files

Merged in the PR which was mentioned to docs/develop.