-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add CI on AMD GPUs #1117
Add CI on AMD GPUs #1117
Conversation
Alright, this is working and ready for review. |
self.parameters.parthenon_path = os.path.join( | ||
parthenon_path[:idx], "parthenon" | ||
) | ||
self.parameters.parthenon_path = parthenon_path[: idx + 10] |
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.
FYI this fixes an edge case where the path would be wrong if parthenon
is checked out to /parthenon
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.
LGTM
PR Summary
PR Checklist