SWDEV-497324 - Rename CLR as Compute Language Runtime

Change-Id: I5cbb8ca5745c77ae877101ac76921e59dd221dee


[ROCm/hip commit: 5f70ceb5e5]
This commit is contained in:
Julia Jiang
2024-11-08 15:20:09 -05:00
committed by Julia Jiang
parent 17ca12c039
commit 080687ffdc
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -60,9 +60,9 @@ Set the repository branch using the variable: ``ROCM_BRANCH``. For example, for
git clone -b "$ROCM_BRANCH" https://github.com/ROCm/clr.git
git clone -b "$ROCM_BRANCH" https://github.com/ROCm/hip.git
CLR (Common Language Runtime) repository includes ROCclr, HIPAMD and OpenCL.
CLR (Compute Language Runtime) repository includes ROCclr, HIPAMD and OpenCL.
ROCclr (Radeon Open Compute Common Language Runtime) is a virtual device interface which
ROCclr (ROCm Compute Language Runtime) is a virtual device interface which
is defined on the AMD platform. HIP runtime uses ROCclr to interact with different backends.
HIPAMD provides implementation specifically for HIP on the AMD platform.