diff options
Diffstat (limited to 'patches/ccpi-readme.txt')
-rw-r--r-- | patches/ccpi-readme.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patches/ccpi-readme.txt b/patches/ccpi-readme.txt new file mode 100644 index 0000000..4399a22 --- /dev/null +++ b/patches/ccpi-readme.txt @@ -0,0 +1,7 @@ + - There is also extra memory consumed in FISTA implementation, here: + /ccpi/repos/CCPi-Framework/Wrappers/Python/cil/optimisation/algorithms + We might reduce further 1-2 volumes if rewritten in C and temporarily variables + are properly eleminated. We further might introduce simplified memory manager + which will allow to give up further temporarily in FISTA and allocated them in + regularize and, then, vice-versa. + |