-
Notifications
You must be signed in to change notification settings - Fork 32
CI build for HIP #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
peastman
wants to merge
22
commits into
openmm:master
Choose a base branch
from
peastman:hip
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
CI build for HIP #178
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7792002
CI build for HIP
peastman aff4d54
Don't install CUDA for HIP build
peastman a76dedb
Try newer version of setup-miniconda
peastman f50c03b
Install torch with pip
peastman 2a357b6
Try installing HIP from AMD
peastman 487d43c
Install with apt
peastman 390ef49
Use sudo
peastman e5ce607
Merge changes from main branch
peastman c3819a6
Fix CMake warnings
peastman 4b63c9f
Debug installing HIP
peastman 5e6f7e4
Try a newer version of Ubuntu
peastman 920d72d
Debugging
peastman 3f0d4b3
Debugging
peastman ab5eb20
Debugging
peastman c5d61e8
Try installing OpenMM with pip
peastman 6d26931
Debug installing pip packages
peastman fe01d97
Debugging
peastman d105033
Fixed syntax
peastman f0f85cc
Debugging
peastman 6111622
Debugging
peastman db3d066
Remove Mac Intel build
peastman a98a7d6
Trying specifying library path differently
peastman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: build | ||
| channels: | ||
| - conda-forge | ||
| dependencies: | ||
| - cmake | ||
| - gxx_linux-64 @GCC_VERSION@ | ||
| - make | ||
| - pip | ||
| - pytest | ||
| - python | ||
| - swig | ||
| - sysroot_linux-64 2.17 | ||
| - libxcrypt | ||
| - pip: | ||
| - --extra-index-url https://download.pytorch.org/whl/rocm7.2 | ||
| - openmm[hip7] >=8.5 | ||
| - torch == @PYTORCH_VERSION@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think an additional line is needed here to install ROCm. The
amdgpu-install_7.2.4.70204-1_all.debpackage they provide just adds some repositories to APT but doesn't install the libraries themselves: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/quick-start.html#install-rocm