This repository was archived by the owner on Jun 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -502,13 +502,13 @@ HIP can be easily installed using pre-built binary packages using the
502502package manager for your platform.
503503
504504HIP Prerequisites
505- ------------------
505+ ==================
506506
507507HIP code can be developed either on AMD ROCm platform using HIP-Clang
508508compiler, or a CUDA platform with nvcc installed.
509509
510510AMD Platform
511- ------------
511+ =============
512512
513513::
514514
@@ -546,7 +546,7 @@ Rocm device library can be manually built as following,
546546 sudo make install
547547
548548NVIDIA Platform
549- ---------------
549+ ================
550550
551551HIP-nvcc is the compiler for HIP program compilation on NVIDIA platform.
552552
@@ -573,7 +573,7 @@ Building HIP from source
573573========================
574574
575575Build ROCclr
576- ------------
576+ ===============
577577
578578ROCclr is defined on AMD platform that HIP use Radeon Open Compute
579579Common Language Runtime (ROCclr), which is a virtual device interface
@@ -593,7 +593,7 @@ https://github.com/ROCm-Developer-Tools/ROCclr
593593 sudo make install (this is optional)
594594
595595Build HIP
596- ---------
596+ ============
597597
598598::
599599
@@ -606,7 +606,7 @@ Build HIP
606606 sudo make install
607607
608608Default paths and environment variables
609- ---------------------------------------
609+ ========================================
610610
611611- By default HIP looks for HSA in /opt/rocm/hsa (can be overridden by
612612 setting HSA_PATH environment variable).
You can’t perform that action at this time.
0 commit comments