From ea2245b35cbfddb8c7473453b7d977b0a64f61b2 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 8 Sep 2022 02:16:52 +0200 Subject: Update containers to ubuntu 22.04, gcc-12; include perf/gdb; add python libraries for opencv, machine learning, etc. --- patches/ccpi-readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 patches/ccpi-readme.txt (limited to 'patches') 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. + -- cgit v1.2.1