Skip to content
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

Remove usage of "-DISABLE_OPENACC" for artificial cells #1133

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

pramodk
Copy link
Contributor

@pramodk pramodk commented Jan 9, 2024

See neuronsimulator/nrn/pull/2653 for details/motivation

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef8fcbf) 88.21% compared to head (00ee05a) 88.32%.

❗ Current head 00ee05a differs from pull request most recent head 67cf56d. Consider uploading reports for the commit 67cf56d to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1133      +/-   ##
==========================================
+ Coverage   88.21%   88.32%   +0.11%     
==========================================
  Files         175      175              
  Lines       13024    12980      -44     
==========================================
- Hits        11489    11465      -24     
+ Misses       1535     1515      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

This comment has been minimized.

@pramodk pramodk enabled auto-merge (squash) January 27, 2024 09:28
@pramodk pramodk merged commit bb4dfd2 into master Jan 27, 2024
18 checks passed
@pramodk pramodk deleted the pramodk/random123-unified-mem-always branch January 27, 2024 10:12
@bbpbuildbot
Copy link
Collaborator

Logfiles from GitLab pipeline #188719 (:white_check_mark:) have been uploaded here!

Status and direct links:

pramodk added a commit to neuronsimulator/nrn that referenced this pull request Jan 27, 2024
* Remove usage of -DDISABLE_OPENACC (GPU build simplification)
- always use Random123 via unified memory support
- some of the cpp files were avoided it via `-DDISABLE_OPENACC`
  but with the addition of RANDOM construct, the Random123 streams
  are allocated during model setup. So it's better to do this
  in one way unless there is performance degradation.
* update nmodl as well : BlueBrain/nmodl/pull/1133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants