fixing links for HIP (#2068)

This commit is contained in:
Saad Rahim
2023-04-20 10:21:40 -06:00
committed by GitHub
parent 3a93ce8fc9
commit 08821f1098
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ subtrees:
subtrees:
- entries:
- title: HIP Runtime API
url: https://advanced-micro-devices-hip--3192.com.readthedocs.build/en/3192/
url: https://rocmdocs.amd.com/projects/HIP/en/{branch}/
- title: HIPify - Port Your Code
url: https://advanced-micro-devices-demo--737.com.readthedocs.build/projects/HIPIFY/en/737/
- file: reference/gpu_libraries/math

View File

@@ -7,10 +7,10 @@ HIP is both AMD's GPU programming language extension and the GPU runtime. This p
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} [HIP Runtime](https://rocmdocs.amd.com/projects/hipBLAS/en/rtd/)
:::{grid-item-card} [HIP Runtime](https://rocmdocs.amd.com/projects/HIP/en/develop/)
The HIP Runtime is used to enable GPU acceleration for all HIP language based products.
- [HIP Runtime API Manual](https://rocmdocs.amd.com/projects/hipBLAS/en/rtd/)
- [HIP Runtime API Manual](https://rocmdocs.amd.com/projects/HIP/en/develop/)
- [Examples](https://github.com/amd/rocm-examples/tree/develop/HIP-Basic)
:::
@@ -22,11 +22,11 @@ The HIP Runtime is used to enable GPU acceleration for all HIP language based pr
:::::{grid} 1 1 1 1
:gutter: 1
:::{grid-item-card} [HIPify](https://rocmdocs.amd.com/projects/rocBLAS/en/rtd/)
:::{grid-item-card} [HIPify](https://rocmdocs.amd.com/projects/HIPIFY/en/develop/)
HIPify assists with porting applications from based on CUDA to the HIP Runtime. Supported
CUDA APIs are documented here as well.
- [Reference Manual](https://rocmdocs.amd.com/projects/rocBLAS/en/rtd/)
- [Reference Manual](https://rocmdocs.amd.com/projects/HIPIFY/en/develop/)
:::