mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
fixing links for HIP (#2068)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user