diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2023-11-24 19:45:43 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2023-11-24 19:45:43 +0100 |
commit | 1be097841f48a6a67e284228120d1cad50666be4 (patch) | |
tree | 749a7f23f12628e9d7b2e4a35922e18254c5249c | |
parent | 23dc62599a8c90823be0139827261cc64ddb99ed (diff) | |
download | gcc-1be097841f48a6a67e284228120d1cad50666be4.zip gcc-1be097841f48a6a67e284228120d1cad50666be4.tar.gz gcc-1be097841f48a6a67e284228120d1cad50666be4.tar.bz2 |
install.texi: Update GCN entry - @uref and LLVM version remark
gcc/ChangeLog:
* doc/install.texi (amdgcn-*-amdhsa): Fix URL to ROCm;
change 'in the future' to 'in LLVM 18'.
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f995b77..b515cd1 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3991,7 +3991,7 @@ Instead of GNU Binutils, you will need to install LLVM 13.0.1, or later, and cop Use Newlib (4.3.0 or newer). To run the binaries, install the HSA Runtime from the -@uref{https://rocm.github.io,,ROCm Platform}, and use +@uref{https://rocm.docs.amd.com/,,ROCm Platform}, and use @file{libexec/gcc/amdhsa-amdhsa/@var{version}/gcn-run} to launch them on the GPU. @@ -3999,7 +3999,7 @@ To enable support for GCN3 Fiji devices (gfx803), GCC has to be configured with @option{--with-arch=@code{fiji}} or @option{--with-multilib-list=@code{fiji},...}. Note that support for Fiji devices has been removed in ROCm 4.0 and support in LLVM is deprecated and will -be removed in the future. +be removed in LLVM 18. @html <hr /> |