-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: Advance HIP support #3498
base: develop
Are you sure you want to change the base?
Conversation
@@ -760,6 +760,29 @@ real64 PhysicsSolverBase::eisenstatWalker( real64 const newNewtonNorm, | |||
return krylovTol; | |||
} | |||
|
|||
|
|||
void MemoryUsageOutput( std::string const & message ) |
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.
was this for debugging? Or do you need it? In any case I don't think it should be in PhysicsSolverBase
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.
This is for debugging, I'll update you guys soon
We should add an image with rocm... something like https://hub.docker.com/r/rocm/dev-ubuntu-24.04 |
cce-18
androcm-6.2.1
GEOS-DEV/thirdPartyLibs#289
GEOS-DEV/LvArray#340