-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge amd-mainline into release/rocm-rel-6.1
[SWDEV-424205][P3] hipconvertinplace-perl.sh fails to run [SWDEV-446809][P2][ROCm QA][Mainline][G][QR] Observed "error: no member named 'vector' in namespace 'std'" compilation error in hipify-clang test Change-Id: I8e4e5123ec13a671220c0d163fbb03c80806a482
- Loading branch information
Showing
32 changed files
with
1,661 additions
and
1,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rocm-docs-core==0.34.0 | ||
rocm-docs-core==0.34.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Supported CUDA APIs | ||
|
||
- [Runtime API](tables/CUDA_Runtime_API_functions_supported_by_HIP.md) | ||
- [Driver API](tables/CUDA_Driver_API_functions_supported_by_HIP.md) | ||
- [cuComplex API](tables/cuComplex_API_supported_by_HIP.md) | ||
- [Device API](tables/CUDA_Device_API_supported_by_HIP.md) | ||
- [RTC API](tables/CUDA_RTC_API_supported_by_HIP.md) | ||
- [cuBLAS](tables/CUBLAS_API_supported_by_HIP.md) | ||
- [cuRAND](tables/CURAND_API_supported_by_HIP.md) | ||
- [cuDNN](tables/CUDNN_API_supported_by_HIP.md) | ||
- [cuFFT](tables/CUFFT_API_supported_by_HIP.md) | ||
- [cuSPARSE](tables/CUSPARSE_API_supported_by_HIP.md) | ||
- [cuSOLVER](tables/CUSOLVER_API_supported_by_HIP.md) | ||
- [CUB](tables/CUB_API_supported_by_HIP.md) | ||
| **CUDA** | **HIP** | **ROC** | **HIP & ROC** | | ||
|:----------------|:---------------------------------------------------------------------|:---------------|:----------------------------| | ||
| Runtime API | [HIP API](tables/CUDA_Runtime_API_functions_supported_by_HIP.md) | | | | ||
| Driver API | [HIP API](tables/CUDA_Driver_API_functions_supported_by_HIP.md) | | | | ||
| Complex API | [HIP API](tables/cuComplex_API_supported_by_HIP.md) | | | | ||
| Device API | [HIP Device API](tables/CUDA_Device_API_supported_by_HIP.md) | | | | ||
| RTC API | [HIP RTC API](tables/CUDA_RTC_API_supported_by_HIP.md) | | | | ||
| BLAS API | [HIP BLAS API](tables/CUBLAS_API_supported_by_HIP.md) | [ROC BLAS API](tables/CUBLAS_API_supported_by_ROC.md) | [HIP + ROC BLAS API](tables/CUBLAS_API_supported_by_HIP_and_ROC.md) | | ||
| SPARSE API | [HIP SPARSE API](tables/CUSPARSE_API_supported_by_HIP.md) | [ROC SPARSE API](tables/CUSPARSE_API_supported_by_ROC.md) | [HIP + ROC SPARSE API](tables/CUSPARSE_API_supported_by_HIP_and_ROC.md) | | ||
| SOLVER API | [HIP SOLVER API](tables/CUSOLVER_API_supported_by_HIP.md) | | | | ||
| RAND API | [HIP RAND API](tables/CURAND_API_supported_by_HIP.md) | | | | ||
| FFT API | [HIP FFT API](tables/CUFFT_API_supported_by_HIP.md) | | | | ||
| DNN API | [HIP DNN API](tables/CUDNN_API_supported_by_HIP.md) | | | | ||
| CUB API | [HIP CUB API](tables/CUB_API_supported_by_HIP.md) | | | | ||
|
||
To generate the above documentation with the actual information about all supported CUDA APIs in Markdown format, run `hipify-clang --md` with or without specifying the output directory (`-o`). |
Oops, something went wrong.