diff --git a/docs/data/how-to/hip_runtime_api/runtimes.drawio b/docs/data/how-to/hip_runtime_api/runtimes.drawio index 2839ca7838..a01c453452 100644 --- a/docs/data/how-to/hip_runtime_api/runtimes.drawio +++ b/docs/data/how-to/hip_runtime_api/runtimes.drawio @@ -1,20 +1,17 @@ - + - - - - + - + - + @@ -82,7 +79,7 @@ - + @@ -112,6 +109,18 @@ + + + + + + + + + + + + diff --git a/docs/data/how-to/hip_runtime_api/runtimes.svg b/docs/data/how-to/hip_runtime_api/runtimes.svg index cd658f9690..a64a7a54dc 100644 --- a/docs/data/how-to/hip_runtime_api/runtimes.svg +++ b/docs/data/how-to/hip_runtime_api/runtimes.svg @@ -1,2 +1,2 @@ -Runtimes
HIP Runtime API
HIP Runtime API
CUDA Driver API
CUDA Driver API
CUDA runtime
CUDA runtime
ROCr runtime
ROCr runtime
PAL
PAL
CLR
CLR
AMD Platform
AMD Platform -
NVIDIA Platform
NVIDIA Platform
Text is not SVG - cannot display
\ No newline at end of file +
HIP Runtime API
HIP Runtime API
CUDA Driver API
CUDA Driver API
CUDA runtime
CUDA runtime
ROCr runtime
ROCr runtime
PAL
PAL
CLR
CLR
AMD Platform
AMD Platform +
NVIDIA Platform
NVIDIA Platform
hipother
hipother
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docs/how-to/hip_runtime_api.rst b/docs/how-to/hip_runtime_api.rst index 9adb8a7ebe..f065554cbf 100644 --- a/docs/how-to/hip_runtime_api.rst +++ b/docs/how-to/hip_runtime_api.rst @@ -32,4 +32,5 @@ the following figure: .. note:: - For CUDA-specific headers, see the `hipother repository `_. + On NVIDIA platform HIP runtime API calls CUDA runtime or CUDA driver via + hipother interface. For more information, see the `hipother repository `_.