Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
2b20ffba
Unverified
Commit
2b20ffba
authored
Oct 16, 2025
by
Peter Eastman
Committed by
GitHub
Oct 16, 2025
Browse files
Document installing HIP 7 package (#5107)
parent
c19e1d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs-source/usersguide/application/01_getting_started.rst
docs-source/usersguide/application/01_getting_started.rst
+2
-2
No files found.
docs-source/usersguide/application/01_getting_started.rst
View file @
2b20ffba
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment