This repository was archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
[Hackathon] Basic OpenACC -> OpenMP migration. #693
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
57f12be
Simplify unified memory logic.
olupton 30a69d5
Basic OpenACC -> OpenMP migration.
olupton 9f14e63
nrn_{acc,omp}_pragma -> nrn_pragma_{acc,omp}.
olupton 4d67bf0
Add --gpu to test.
olupton 5d9c7e7
Default (BB5-valid) CORENRN_EXTERNAL_BENCHMARK_DATA.
olupton 385a34b
Remove cuda_add_library.
olupton 8c6210e
Define nrn_pragma_{acc,omp} in header.
olupton 424b14f
Update NMODL with codegen fixes.
olupton 4c86be3
Migrate more pragmas.
olupton 4ffb0bc
Move input data.
olupton 388fe26
Migrate more.
olupton e36f6ad
Migrate more directives.
olupton 8cad9eb
Remove more OpenACC from the main simulation section.
olupton 5c2a98c
Use nrn_pragma_acc for cell_permute=0 on GPU.
olupton fb1139e
OpenMP target offload for fast_imem.
olupton ee3588d
Don't print number of GPUs when quiet.
olupton 5580951
OpenMP target offload for partrans.
olupton a62b2ad
OpenMP target offload for finitialize.
olupton 6d06c02
Fixup for nrnthread_v_transfer + OpenMP.
olupton e548dbf
fix one weird clang-formatting in the nrn_acc_manager.cpp
pramodk 184cdd7
Set OMP_NUM_THREADS=1 for lfp_test.
olupton 587ff37
Address review comments.
olupton c951423
Drop nowait and depend clauses.
olupton 6cb1b26
Rename CORENRN_PREFER_OPENMP_OFFLOAD.
olupton aefa0d4
Update NMODL with OpenMP codegen.
olupton 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| SortIncludes: false | ||
| IndentCaseLabels: true | ||
| SortIncludes: false | ||
| StatementMacros: [nrn_pragma_acc, nrn_pragma_omp] |
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 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 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 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 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.
Uh oh!
There was an error while loading. Please reload this page.