Skip to content

Commit

Permalink
PR feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Nov 15, 2024
1 parent 6e229a4 commit 07ac359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/hip_runtime_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ HIP runtime API

The HIP runtime API provides C and C++ functionalities to manage event, stream,
and memory on GPUs. On the AMD platform, the HIP runtime uses
:doc:`Common Language Runtime (CLR) <hip:understand/amd_clr>`, while on NVIDIA
:doc:`Compute Language Runtime (CLR) <hip:understand/amd_clr>`, while on NVIDIA
CUDA platform, it is only a thin layer over the CUDA runtime or Driver API.

- **CLR** contains source code for AMD's compute language runtimes: ``HIP`` and
``OpenCL™``. CLR includes the ``HIP`` implementation on the AMD
platform: `hipamd <https://github.com/ROCm/clr/tree/develop/hipamd>`_ and the
Radeon Open Compute Common Language Runtime (``rocclr``). ``rocclr`` is a
ROCm Compute Language Runtime (``rocclr``). ``rocclr`` is a
virtual device interface that enables the HIP runtime to interact with
different backends such as :doc:`ROCr <rocr-runtime:index>` on Linux or PAL on
Windows. CLR also includes the `OpenCL runtime <https://github.com/ROCm/clr/tree/develop/opencl>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/understand/amd_clr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. _AMD_Compute_Language_Runtimes:

*******************************************************************************
AMD common language runtimes (CLR)
AMD compute language runtimes (CLR)
*******************************************************************************

CLR contains source codes for AMD's compute languages runtimes: ``HIP`` and ``OpenCL™``.
Expand Down

0 comments on commit 07ac359

Please sign in to comment.