This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 02abf78
authored
GPU data management using OpenACC as well as OpenMP API (#704)
* Add wrapper functions for using OpenMP or OpenACC API
* Add -mp=gpu in order to link gpu runtime with tests as well
* Avoid copying VecPlay members twice otherwise association fails with OpenMP
* IvocVect members t_ and y_ were copied twice
* only discon_indices_ is pointer and hence that
needs to be copied1 parent 21dc2c8 commit 02abf78
File tree
3 files changed
+523
-395
lines changed- CMake
- coreneuron
- gpu
- utils
3 files changed
+523
-395
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments