Skip to content

Commit c3b49b9

Browse files
committed
Specify gcc version of AOCL and update version in install guide.
1 parent a4a08b0 commit c3b49b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install/Linux_Install_Guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ There are GitHub branches at the rocBLAS site with names rocm-major.minor.x wher
103103
git clone -b release/rocm-rel-x.y https://github.com/ROCm/rocBLAS.git
104104
cd rocBLAS
105105

106-
Replace x.y in the above command with the version of ROCm installed on your machine. For example, if you have ROCm 6.0 installed, then replace release/rocm-rel-x.y with release/rocm-rel-6.0.
106+
Replace x.y in the above command with the version of ROCm installed on your machine. For example, if you have ROCm 6.2 installed, then replace release/rocm-rel-x.y with release/rocm-rel-6.2.
107107

108108

109109
Below are steps to build using ``install.sh`` script. The user can build either:
@@ -122,7 +122,7 @@ CMake has a minimum version requirement listed in the file ``install.sh``. See `
122122

123123
Dependencies are listed in the script ``install.sh``. Passing the ``-d`` flag to ``install.sh`` installs the dependencies.
124124

125-
However, for the test and benchmark clients' host reference BLAS, it is recommended that you manually download and install AMD's ILP64 version of AOCL-BLAS 4.2 from https://www.amd.com/en/developer/aocl.html.
125+
However, for the test and benchmark clients' host reference BLAS, it is recommended that you manually download and install AMD's ILP64 version of AOCL-BLAS 4.2 gcc from https://www.amd.com/en/developer/aocl.html.
126126
If you download and install the full AOCL packages into their default locations, or only download the BLIS archive files and extract into the build directory deps subfolder, then this reference BLAS should be found
127127
by the clients ``CMakeLists.txt``. Note, if you only use the ``install.sh -d`` dependency script based BLIS download and install, you may experience ``rocblas-test`` stress test failures due to 32-bit integer overflow on the host unless you exclude the stress tests via command line argument ``--gtest_filter=-*stress*``.
128128

0 commit comments

Comments
 (0)