Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 08be68c

Browse files
authored
Update Installation-Guide.rst
1 parent f436310 commit 08be68c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Installation_Guide/Installation-Guide.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@ HIP can be easily installed using pre-built binary packages using the
502502
package manager for your platform.
503503

504504
HIP Prerequisites
505-
------------------
505+
==================
506506

507507
HIP code can be developed either on AMD ROCm platform using HIP-Clang
508508
compiler, or a CUDA platform with nvcc installed.
509509

510510
AMD Platform
511-
------------
511+
=============
512512

513513
::
514514

@@ -546,7 +546,7 @@ Rocm device library can be manually built as following,
546546
sudo make install
547547

548548
NVIDIA Platform
549-
---------------
549+
================
550550

551551
HIP-nvcc is the compiler for HIP program compilation on NVIDIA platform.
552552

@@ -573,7 +573,7 @@ Building HIP from source
573573
========================
574574

575575
Build ROCclr
576-
------------
576+
===============
577577

578578
ROCclr is defined on AMD platform that HIP use Radeon Open Compute
579579
Common 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

595595
Build HIP
596-
---------
596+
============
597597

598598
::
599599

@@ -606,7 +606,7 @@ Build HIP
606606
sudo make install
607607

608608
Default 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).

0 commit comments

Comments
 (0)