2020-10-15 12:36:52 +02:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
2020-10-28 19:28:27 +01:00
|
|
|
* TRANSA, TRANSB
|
|
|
|
* Performance info
|
|
|
|
* Benchmark interpolation of basis functions
|
|
|
|
* Complex numbers
|
2020-10-28 20:15:36 +01:00
|
|
|
* Adjustable number for derivatives (1,2,3)
|
2020-10-28 19:28:27 +01:00
|
|
|
|
2021-03-05 03:45:30 +01:00
|
|
|
* Put pictures
|
|
|
|
* Make the Makefile part of the documented code ?
|
|
|
|
* Put the data-flow graph in the code.
|