@@ -36,33 +36,6 @@ HIP releases are typically naming convention for each ROCM release to help diffe
36
36
* rocm x.yy: These are the stable releases based on the ROCM release.
37
37
This type of release is typically made once a month.*
38
38
39
- ## More Info
40
-
41
- * [ Installation] ( docs/install/install.rst )
42
- * [ HIP FAQ] ( docs/faq.rst )
43
- * [ HIP C++ Language Extensions] ( docs/reference/cpp_language_extensions.rst )
44
- * [ HIP Porting Guide] ( docs/how-to/hip_porting_guide.md )
45
- * [ HIP Porting Driver Guide] ( docs/how-to/hip_porting_driver_api.md )
46
- * [ HIP Programming Guide] ( docs/how-to/programming_manual.md )
47
- * [ HIP Logging] ( docs/how-to/logging.rst )
48
- * [ Building HIP From Source] ( docs/install/build.rst )
49
- * [ HIP Debugging] ( docs/how-to/debugging.rst )
50
- * [ HIP RTC] ( docs/how-to/hip_rtc.md )
51
- * [ HIP Terminology] ( docs/reference/terms.md ) (including Rosetta Stone of GPU computing terms across CUDA/HIP/OpenCL)
52
- * [ HIPIFY] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/README.md )
53
- * Supported CUDA APIs:
54
- * [ Runtime API] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUDA_Runtime_API_functions_supported_by_HIP.md )
55
- * [ Driver API] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUDA_Driver_API_functions_supported_by_HIP.md )
56
- * [ cuComplex API] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/cuComplex_API_supported_by_HIP.md )
57
- * [ Device API] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUDA_Device_API_supported_by_HIP.md )
58
- * [ cuBLAS] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUBLAS_API_supported_by_ROC.md )
59
- * [ cuRAND] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CURAND_API_supported_by_HIP.md )
60
- * [ cuDNN] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUDNN_API_supported_by_HIP.md )
61
- * [ cuFFT] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUFFT_API_supported_by_HIP.md )
62
- * [ cuSPARSE] ( https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUSPARSE_API_supported_by_HIP.md )
63
- * [ Developer/CONTRIBUTING Info] ( CONTRIBUTING.md )
64
- * [ Release Notes] ( RELEASE.md )
65
-
66
39
## How do I get set up?
67
40
68
41
See the [ Installation] ( docs/install/install.rst ) notes.
0 commit comments