From a7971d31f93e4d5d0cdc72190bd675765f78ff3d Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Fri, 8 Dec 2023 00:12:16 +0000 Subject: [PATCH] SWDEV-422771 - Update links of ROCm projects Change-Id: I211308814adce86549ce327ed0a823f799b3de03 [ROCm/clr commit: 35ce9f81d8da935001486ed3c79e8c36ada0cf02] --- projects/clr/CHANGELOG.md | 4 ++-- projects/clr/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/clr/CHANGELOG.md b/projects/clr/CHANGELOG.md index 5abd98b587..9299b0b5e2 100644 --- a/projects/clr/CHANGELOG.md +++ b/projects/clr/CHANGELOG.md @@ -98,8 +98,8 @@ Any application uses complex multiplication and division operations, need to rep NVIDIA platform, __HIP_PLATFORM_NVCC__ - File directories in the clr repository are removed, - https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/hcc_detail - https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/nvcc_detail + https://github.com/ROCm/clr/blob/develop/hipamd/include/hip/hcc_detail + https://github.com/ROCm/clr/blob/develop/hipamd/include/hip/nvcc_detail - Deprecated gcnArch is removed from hip device struct hipDeviceProp_t. - Deprecated "enum hipMemoryType memoryType;" is removed from HIP struct hipPointerAttribute_t union. diff --git a/projects/clr/README.md b/projects/clr/README.md index f763f451ca..951abf05cd 100644 --- a/projects/clr/README.md +++ b/projects/clr/README.md @@ -6,7 +6,7 @@ AMD Common Language Runtime contains source code for AMD's compute languages run - `hipamd` - contains implementation of `HIP` language on AMD platform. Previously this was hosted at [ROCm-Developer-Tools/hipamd](https://github.com/ROCm-Developer-Tools/hipamd) - `opencl` - contains implementation of [OpenCL™](https://www.khronos.org/opencl/) on AMD platform. Previously this was hosted at [RadeonOpenCompute/ROCm-OpenCL-Runtime](https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime) -- `rocclr` - contains common runtime used in `HIP` and `OpenCL™`. Previously this was hosted at [ROCm-Developer-Tools/ROCclr](https://github.com/ROCm-Developer-Tools/hipamd) +- `rocclr` - contains common runtime used in `HIP` and `OpenCL™`. Previously this was hosted at [ROCm-Developer-Tools/ROCclr](https://github.com/ROCm-Developer-Tools/ROCclr) ## How to build/install @@ -21,8 +21,8 @@ Building clr requires `rocm-hip-libraries` meta package, which provides the pre- - Clone this repo - `cd clr && mkdir build && cd build` - For HIP : `cmake .. -DCLR_BUILD_HIP=ON -DHIP_COMMON_DIR=$HIP_COMMON_DIR` - - `HIP_COMMON_DIR` points to [HIP](https://github.com/ROCm-Developer-Tools/HIP) - - `HIPCC_BIN_DIR` points to [HIPCC](https://github.com/ROCm-Developer-Tools/HIPCC)'s bin folder. If not provided, it defaults to `/opt/rocm/bin`. + - `HIP_COMMON_DIR` points to [HIP](https://github.com/ROCm/HIP) + - `HIPCC_BIN_DIR` points to [HIPCC](https://github.com/ROCm/HIPCC)'s bin folder. If not provided, it defaults to `/opt/rocm/bin`. - For OpenCL™ : `cmake .. -DCLR_BUILD_OCL=ON` - `make` : to build - `make install` : to install @@ -31,11 +31,11 @@ Users can also build `OCL` and `HIP` at the same time by passing `-DCLR_BUILD_HI ## Tests -`hip-tests` is a separate repo hosted at [ROCm-Developer-Tools/hip-tests](https://github.com/ROCm-Developer-Tools/hip-tests). +`hip-tests` is a separate repo hosted at [hip-tests](https://github.com/ROCm/hip-tests). To run `hip-tests` please go to the repo and follow the steps. -There used to be directed tests in [ROCm/HIP](https://github.com/ROCm-Developer-Tools/HIP) which are now removed in favor of `hip-tests` repo. +There used to be directed tests in [ROCm/HIP](https://github.com/ROCm/HIP) which are now removed in favor of `hip-tests` repo. ## Disclaimer