diff options
author | Suren A. Chilingaryan <csa@ipecompute4.ands.kit.edu> | 2022-09-08 02:16:52 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@ipecompute4.ands.kit.edu> | 2022-09-08 02:16:52 +0200 |
commit | ea2245b35cbfddb8c7473453b7d977b0a64f61b2 (patch) | |
tree | c97fb8c2e4c0f081eeb44cfb360f5d54c577a725 /patches/ccpi-readme.txt | |
parent | a3f77df3864464fa8cd6fdc613d2cf4bbae39124 (diff) | |
download | ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.gz ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.bz2 ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.tar.xz ccpi-ea2245b35cbfddb8c7473453b7d977b0a64f61b2.zip |
Update containers to ubuntu 22.04, gcc-12; include perf/gdb; add python libraries for opencv, machine learning, etc.
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. + |