-
Notifications
You must be signed in to change notification settings - Fork 105
Replace intrinsics in allocate statements #850
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
base: master
Are you sure you want to change the base?
Conversation
Should I make these new global parameters into a derived type like
Or would you like them to be kept as separate variables? |
that would be fine i believe |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #850 +/- ##
==========================================
+ Coverage 43.42% 43.48% +0.05%
==========================================
Files 68 68
Lines 19630 19649 +19
Branches 2353 2353
==========================================
+ Hits 8525 8544 +19
Misses 9676 9676
Partials 1429 1429 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Replace instrinsics in allocate statements and save them in global parameters
Fixes #803
Type of change
Please delete options that are not relevant.
Scope
If you cannot check the above box, please split your PR into multiple PRs that each have a common goal.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
Test Configuration:
Checklist
docs/
)examples/
that demonstrate my new feature performing as expected.They run to completion and demonstrate "interesting physics"
./mfc.sh format
before committing my codeIf your code changes any code source files (anything in
src/simulation
)To make sure the code is performing as expected on GPU devices, I have:
nvtx
ranges so that they can be identified in profiles./mfc.sh run XXXX --gpu -t simulation --nsys
, and have attached the output file (.nsys-rep
) and plain text results to this PR./mfc.sh run XXXX --gpu -t simulation --rsys --hip-trace
, and have attached the output file and plain text results to this PR.