UPDATE FROM MABULA
I have had a very rough 2 months unfortunately health wise. I was struck 3x in a row with bacterial infections. The second infection occurred  after a routine hospital checkup and I became very sick. I had to rest and take a lot of antibiotics. Once I was recovering and restarting work 1 month ago, I again became sick. The infection was not yet gone, so even more antibiotics and rest was needed. Needless to say, it took a lot of my energy and I needed a lot of rest.
Finally, the infection is really gone and my energy is coming back step-by-step now and I have started work again. I am terribly sorry to have kept you waiting for support. I will address all outstanding questions and e-mails step-by step and will be on the forum daily from today.
APP 2.0.0-beta47 will come soon as well, a lot of work was already completed before I became very ill, so the release is also nearly ready for you. Beta47 will be much faster actually. Many workflows will be more than 2x faster, mosaics can even be 10x faster than before because registration really received a major boost... all compared to beta46. Â Before I release it, I will make sure that everything is working properly and then I will release it.
Hi all,
Due to
- several outstanding issues with OpenGL on all 3 platforms (Linux, MacOS & Windows)
- and the fact that Apple (MacOS) will probably soon stop support for OpenGL
we will start work with high priority to upgrade APP to use the cross-platform Vulkan API from the Khronos group
https://www.khronos.org/vulkan/
for both
- the graphics (showing your images) in APP and also
- for performing parallel calculations on the GPU.
Â
Â
In addition, APPLE has already stopped support for OpenCL with MacOS Mojave. OpenCL is a language for performing calculations directly on the GPU, which I have been testing for some months now. The testing has made very clear that we need to start using the GPU as much as we can to speed up processing significantly in APP in all tasks that can be separated in multiple tasks to be performed in parallel.
In complicated calculations, using a GPU, can drastically increase performance when compared to performing the calculation on the CPU, even with multiple CPU threads.
The speed increase can be a factor of 20x-100x faster, depending on the actual calculation, when compared to 1 single AMD Threadripper 1950X cpu thread versus using a quite regular GPU like the Nvidia Dual GTX1060 6GB which I was using in testing.
So even with a cpu thread monster like the AMD Threadrippers, using a strong GPU or multiple GPUs will clearly increase performance.
Â
Â
The good news now is, that we will start using Vulkan as well for GPU calculations besides the image drawing in the image viewer window.
And with Vulkan and the MoltenVK layer provided by Khronos, we will be able to use the Metal framework on MacOS as well, also for both graphics, as well as calculations using the GPU.
So by upgrading to
- the cross-platform Vulkan APIÂ and
- the MoltenVK/Metal APIs for MacOS
we can upgrade APP to use the latest technologies for both image drawing and parallel calculations using the GPU, which
- should make APP much ! faster
- and should make APP ready for the future
Kind regards,
Mabula