Git url fix (#2285)
* Update README-doc.md Correct GitHub URL for components moved into rocm-systems * Update amd_clr.rst Update github.com URLs * Update Dockerfile Update rocm-systems paths * Update CONTRIBUTING.md update for rocm-systems * Update CONTRIBUTING.md minor change * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update hip_runtime_api.rst Update for rocm-systems * Update installation.rst update URL to libhsakmt * Update what_is_hip.rst * Update projects/clr/CONTRIBUTING.md Co-authored-by: Dominic Widdows <dwiddows@gmail.com> * Update projects/clr/README-doc.md Co-authored-by: Dominic Widdows <dwiddows@gmail.com> * Update Dockerfile Update git clone for sparse checkout * Update projects/hip/CONTRIBUTING.md * Update projects/clr/CONTRIBUTING.md * Update projects/hipother/CONTRIBUTING.md --------- Co-authored-by: Dominic Widdows <dwiddows@gmail.com>
This commit is contained in:
@@ -15,11 +15,11 @@ 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
|
||||
platform: `hipamd <https://github.com/ROCm/rocm-systems/tree/develop/projects/clr/hipamd>`_ and the
|
||||
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>`_
|
||||
Windows. CLR also includes the `OpenCL runtime <https://github.com/ROCm/rocm-systems/tree/develop/projects/clr/opencl>`_
|
||||
implementation.
|
||||
- The **CUDA runtime** is built on top of the CUDA driver API, which is a C API
|
||||
with lower-level access to NVIDIA GPUs. For details about the CUDA driver and
|
||||
@@ -33,7 +33,7 @@ the following figure:
|
||||
.. note::
|
||||
|
||||
On NVIDIA platform HIP runtime API calls CUDA runtime or CUDA driver via
|
||||
hipother interface. For more information, see the `hipother repository <https://github.com/ROCm/hipother>`_.
|
||||
hipother interface. For more information, see the `hipother repository <https://github.com/ROCm/rocm-systems/tree/develop/projects/hipother>`_.
|
||||
|
||||
Here are the various HIP Runtime API high level functions:
|
||||
|
||||
@@ -46,4 +46,4 @@ Here are the various HIP Runtime API high level functions:
|
||||
* :doc:`./hip_runtime_api/call_stack`
|
||||
* :doc:`./hip_runtime_api/multi_device`
|
||||
* :doc:`./hip_runtime_api/opengl_interop`
|
||||
* :doc:`./hip_runtime_api/external_interop`
|
||||
* :doc:`./hip_runtime_api/external_interop`
|
||||
|
||||
@@ -19,11 +19,11 @@ Project organization
|
||||
|
||||
CLR includes the following source code,
|
||||
|
||||
* ``hipamd`` - contains implementation of ``HIP`` language on the AMD platform. It is hosted at `clr/hipamd <https://github.com/ROCm/clr/tree/amd-staging/hipamd>`_.
|
||||
* ``hipamd`` - contains implementation of ``HIP`` language on the AMD platform. It is hosted at `clr/hipamd <https://github.com/ROCm/rocm-systems/tree/develop/projects/clr/hipamd>`_.
|
||||
|
||||
* ``opencl`` - contains implementation of `OpenCL™ <https://www.khronos.org/opencl/>`_ on AMD platform. It is hosted at `clr/opencl <https://github.com/ROCm/clr/tree/amd-staging/opencl>`_.
|
||||
* ``opencl`` - contains implementation of `OpenCL™ <https://www.khronos.org/opencl/>`_ on AMD platform. It is hosted at `clr/opencl <https://github.com/ROCm/rocm-systems/tree/develop/projects/clr//opencl>`_.
|
||||
|
||||
* ``rocclr`` - contains ROCm compute runtime used in `HIP` and `OpenCL™`. This is hosted at `clr/rocclr <https://github.com/ROCm/clr/tree/amd-staging/rocclr>`_.
|
||||
* ``rocclr`` - contains ROCm compute runtime used in `HIP` and `OpenCL™`. This is hosted at `clr/rocclr <https://github.com/ROCm/rocm-systems/tree/develop/projects/clr/rocclr>`_.
|
||||
|
||||
|
||||
How to build/install
|
||||
@@ -52,7 +52,7 @@ Linux
|
||||
|
||||
cmake .. -DCLR_BUILD_HIP=ON -DHIP_COMMON_DIR=$HIP_COMMON_DIR
|
||||
|
||||
``HIP_COMMON_DIR`` points to `HIP <https://github.com/ROCm/HIP>`_.
|
||||
``HIP_COMMON_DIR`` points to `HIP <https://github.com/ROCm/rocm-systems/tree/develop/projects/hip>`_.
|
||||
|
||||
* For ``OpenCL™``
|
||||
|
||||
@@ -71,7 +71,7 @@ For detail instructions, please refer to `build HIP <https://rocm.docs.amd.com/p
|
||||
Test
|
||||
-----
|
||||
|
||||
``hip-tests`` is a separate repository hosted at `hip-tests <https://github.com/ROCm/hip-tests>`_.
|
||||
``hip-tests`` is a separate repository hosted at `hip-tests <https://github.com/ROCm/rocm-systems/tree/develop/projects/hip-tests>`_.
|
||||
|
||||
To run ``hip-tests`` please go to the repository and follow the steps.
|
||||
|
||||
@@ -79,4 +79,4 @@ To run ``hip-tests`` please go to the repository and follow the steps.
|
||||
Release notes
|
||||
-------------
|
||||
|
||||
HIP provides release notes in CLR `change log <https://github.com/ROCm/clr/blob/amd-staging/CHANGELOG.md>`_, which has records of changes in each release.
|
||||
HIP provides release notes in CLR `change log <https://github.com/ROCm/rocm-systems/blob/develop/projects/clr/CHANGELOG.md>`_, which has records of changes in each release.
|
||||
|
||||
@@ -80,7 +80,7 @@ HIP runtime API to the CUDA runtime API. The host-side contains mostly inlined
|
||||
wrappers or even just preprocessor defines, with no additional overhead.
|
||||
The device-side code is compiled with ``nvcc``, just like normal CUDA kernels,
|
||||
and therefore one can expect the same performance as if directly coding in CUDA.
|
||||
The CUDA specific headers can be found in the `hipother repository <https://github.com/ROCm/hipother>`_.
|
||||
The CUDA specific headers can be found in the `hipother repository <https://github.com/ROCm/rocm-systems/tree/develop/projects/hipother>`_.
|
||||
|
||||
For further details, check :ref:`HIP Runtime API Reference <runtime_api_reference>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user