File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Library equivalents
196196
197197ROCm provides libraries to ease porting of code relying on CUDA libraries.
198198Most CUDA libraries have a corresponding HIP library. For more information,
199- see :ref: `< hipify :reference/supported_apis >`, or :ref: `< rocm :reference/api-libraries >`.
199+ see either :doc: ` ROCm libraries < rocm :reference/api-libraries >` or :doc: ` HIPIFY CUDA compatible libraries < hipify :reference/supported_apis >`.
200200
201201There are two flavours of libraries provided by ROCm, ones prefixed with ``hip ``
202202and ones prefixed with ``roc ``. While both are written using HIP, in general
@@ -261,6 +261,7 @@ platform:
261261 - ``.fatbin ``
262262 - ``.hip_fatbin ``
263263
264+
264265``hipcc `` uses HIP-Clang or NVCC to compile host code. Both of these compilers can
265266embed code objects into the final executable. These code objects are automatically
266267loaded when the application starts. The ``hipModule `` API can be used to load
You can’t perform that action at this time.
0 commit comments