summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-24axpby as concrete method in DataContainer and BlockDataContainer (#489)Edoardo Pasca
* axpby as concrete method in DataContainer and BlockDataContainer * fixed axpby and added unittest * PDHG to use axpby * pass num_threads to axpby * void commit * add seed to random in test * NUM_THREADS can be imported from ccpi.utilities * added test to axpby with num_threads
2020-01-23Allows user to set number of threads used by openMP in C library grad… (#476)Gemma Fardell
* Allows user to set number of threads used by openMP in C library gradient operator. Changed to release build flags * closes #477 * added test function for c lib thread deployment * improved thread scaling for neumann algoritims * removed unnecessary thread sync * reverts omp number of threads at the end of the c function call Co-authored-by: Edoardo Pasca <edo.paskino@gmail.com>
2020-01-23working osx build (#491)Edoardo Pasca
* working osx build * correct omp lib name * add cache parameter closes #470
2019-12-06C lib (#458)Edoardo Pasca
C library implemented with optimised axpy fucntions and gradient operator in c