mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
13 lines
428 B
Org Mode
13 lines
428 B
Org Mode
* Set up CI on Travis
|
|
* Write tests
|
|
|
|
* malloc/free : Parameters for accelerators?
|
|
We should define qmckl_malloc and qmckl_free just to give the
|
|
possibility of the HPC implementations to define how they allocate the
|
|
memory (on CPU or GPU, using alternatives to malloc/free, etc).
|
|
A possibility could be to pass the id of a NUMA domain as a parameter of
|
|
qmckl_malloc, where the domain id is something obtained from the
|
|
context.
|
|
|
|
|