Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Mar 14, 2024
1 parent 6abc102 commit eb49dbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
ROCmVersionWithoutCommas
TensorFlowVersion
URI
EPEL
cmath
lstdc
10 changes: 5 additions & 5 deletions docs/how-to/native-install/install-faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here are some of the frequently asked questions when people face installation is

**Q1: On installation, I'm getting "Problem: nothing provides 'perl-URI-Encode' needed to be installed by ..."**

A1: Ensure that the :doc:`../prerequisites` are installed. There are prerequisite PERL packages requied for SUSE. RHEL also requires EPEL to be installed, which is also mentioned in prerequisites. Be sure to install those first, then repeat your installation steps.
A1: Ensure that the :doc:`../prerequisites` are installed. There are prerequisite PERL packages required for SUSE. RHEL also requires EPEL to be installed, which is also mentioned in prerequisites. Be sure to install those first, then repeat your installation steps.


**Q2: When compiling HIP programs, I'm getting linking error for -lstdc++, or "fatal error: 'cmath' file not found"**
Expand All @@ -26,13 +26,13 @@ A2: You can install C++ libs by using your package manager. Ubuntu example is b

A3: We have 3 install methods:

* Quickstart installation - Installs latest **major** release (ie. 6.0.0)
* Quick-start installation - Installs latest **major** release (i.e. 6.0.0)

* Native package manager install method - Provides latest **major and minor** release (ie. 6.0.0, 6.0.2)
* Native package manager install method - Provides latest **major and minor** release (i.e. 6.0.0, 6.0.2)

* ``amdgpu-install`` method - Provides latest **major and minor** release (ie. 6.0.0, 6.0.2)
* ``amdgpu-install`` method - Provides latest **major and minor** release (i.e. 6.0.0, 6.0.2)

So if you installed with quickstart instructions, it may be expected that you only have the latest major release. If you want to get the latest minor revisions, please follow the other two install methods.
So if you installed with quick-start instructions, it may be expected that you only have the latest major release. If you want to get the latest minor revisions, please follow the other two install methods.


**Q4: After successfully installing ROCm, when I run rocminfo, the command is not found.**
Expand Down

0 comments on commit eb49dbc

Please sign in to comment.