Unverified Commit 2b20ffba authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Document installing HIP 7 package (#5107)

parent c19e1d5a
......@@ -93,8 +93,8 @@ GPU), type
pip install openmm[cuda12]
This will install a copy of the CUDA platform compiled with CUDA 12. :code:`cuda13`
is also available. Alternatively, if you have an AMD GPU, use this command to
include the HIP platform (compiled with HIP version 6)
is also available. Alternatively, if you have an AMD GPU, specify :code:`hip6`
or :code:`hip7` to install the HIP platform (compiled with HIP version 6 or 7):
::
pip install openmm[hip6]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment