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
+1 -1
View File
@@ -162,7 +162,7 @@ NOTE: If HIP_ROCCLR_HOME is set, there is no need to set HIP_CLANG_PATH since hi
## What is AMD clr?
AMD [Common Language Runtime (CLR)](https://github.com/ROCm/clr) is a repository for the AMD platform, which contains source codes for AMD's compute languages runtimes as follows,
AMD [Compute Language Runtime (CLR)](https://github.com/ROCm/clr) is a repository for the AMD platform, which contains source codes for AMD's compute languages runtimes as follows,
* hipamd - contains implementation of HIP language for AMD GPU.
* rocclr - contains virtual device interfaces that compute runtimes interact with backends, such as ROCr on Linux and PAL on Windows.
@@ -252,7 +252,7 @@ HIP_PATH ?= $(shell hipconfig --path)
HIP can depend on rocclr, or CUDA as runtime
* AMD platform
On AMD platform, HIP uses Radeon Open Compute Common Language Runtime, called ROCclr.
On AMD platform, HIP uses ROCm Compute Language Runtime, called ROCclr.
ROCclr is a virtual device interface that HIP runtimes interact with different backends which allows runtimes to work on Linux , as well as Windows without much efforts.
* NVIDIA platform