Skip to content

Commit

Permalink
SWDEV-500605 - Rename CLR as Compute Language Runtime
Browse files Browse the repository at this point in the history
Change-Id: Ie2854eeac764fba770b296a63d76d547139d3cc0
  • Loading branch information
jujiang-del committed Jan 14, 2025
1 parent 2be0019 commit a9a80e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to HIP/CLR #

We welcome contributions to the HIP project.
CLR is a part of HIP runtime for the AMD platform.Please follow these details to help ensure your contributions will be successfully accepted.
CLR (Compute Language Runtime) is a part of HIP runtime for the AMD platform.Please follow these details to help ensure your contributions will be successfully accepted.

## Issue Discussion ##

Expand All @@ -23,7 +23,7 @@ Please use the [GitHub Issue](https://github.com/ROCm/clr/issues) tab to notify

## Acceptance Criteria ##

clr is Common Language Runtime contains C++ codes for the implementation of HIP runtime APIs on the AMD platform.
clr contains C++ codes for the implementation of HIP runtime APIs on the AMD platform.
Bug fixes and performance are both important goals in clr. Because of this, when a pull request is created, the owner of the repository will review, and put it in automated testing to make sure,
* The change will build on various OS platforms (Ubuntu, RHEL, etc.)
* The build package will install and run the code on different GPU architectures (MI-series, Radeon series cards, etc.),
Expand All @@ -38,7 +38,7 @@ clr contains three parts of codes,

- `opencl` - contains implementation of OpenCL on the AMD platform.

- `rocclr` - contains common runtime used in HIP and OpenCL, which includes
- `rocclr` - contains compute runtime used in HIP and OpenCL, which includes
- `include`, header files,
- `device`, implementation of GPU device related interfaces to the backend support,
- `cimpiler`, implementation of interfaces with compiler,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# AMD CLR - Compute Language Runtimes

AMD CLR (Common Language Runtime) contains source codes for AMD's compute languages runtimes: `HIP` and `OpenCL™`.
AMD CLR (Compute Language Runtime) contains source codes for AMD's compute languages runtimes: `HIP` and `OpenCL™`.

## Project Organisation

- `hipamd` - contains implementation of `HIP` language on AMD platform. It is hosted at [ROCm/clr/hipamd](https://github.com/ROCm/clr/tree/develop/hipamd)
- `opencl` - contains implementation of [OpenCL™](https://www.khronos.org/opencl/) on AMD platform. Now it is hosted at [ROCm/clr/opencl](https://github.com/ROCm/clr/tree/develop/opencl)
- `rocclr` - contains common runtime used in `HIP` and `OpenCL™`. This is hosted at [ROCm/clr/rocclr](https://github.com/ROCm/clr/tree/develop/rocclr)
- `rocclr` - contains compute runtime used in `HIP` and `OpenCL™`. This is hosted at [ROCm/clr/rocclr](https://github.com/ROCm/clr/tree/develop/rocclr)

## How to build/install

Expand Down

0 comments on commit a9a80e7

Please sign in to comment.