Skip to content

Commit 2ad7e2b

Browse files
authored
Remove caveat for ROCm 7 (#29025)
Removes the caveat for ROCm 7, since we have fixed all the issues [Not reviewed - trivial]
2 parents 5d51bab + 38432ad commit 2ad7e2b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

doc/rst/technotes/gpu.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,17 +170,13 @@ The following are further requirements for GPU support:
170170
* For ROCm 5.x, ``CHPL_LLVM`` must be set to ``system``. Note that, ROCm
171171
installations come with LLVM. Setting ``CHPL_LLVM=system`` will allow you to
172172
use that LLVM. Note that ROCm 5.x is not actively tested and we recommend
173-
using ROCm 6.3.
173+
using ROCm 7.
174174

175175
* For ROCm 6.3, only LLVM 21 is supported. Note that ROCm 6.x is not
176176
actively tested.
177177

178178
* For ROCm 7.x, only LLVM 21+ is supported.
179179

180-
.. note:: ROCm 7.x and LLVM 22 do not currently support the ``--fast`` flag,
181-
making this configuration unsuitable for workflows requiring high
182-
performance. See `this GitHub issue <https://github.com/chapel-lang/chapel/issues/28955>`_ for more information.
183-
184180
* Specifically for using the `CPU-as-Device mode`_:
185181

186182
* ``CHPL_GPU=cpu`` must be explicitly set. In other words, Chapel will not

0 commit comments

Comments
 (0)