Michael Bussmann
Michael Bussmann
There is an interesting paper on compression and throughput by @ax3l .
Please involve Fabian Koller in this discussion. He should knuw and can help!
I opened a Mattermost channel for you under CASUS to discuss these things. Fabian is eager to help implementing this and his C++ kung fu is great.
Moreover, I see a great opportunity to connect this to bactria as a performance tool enhancement! @j-stephan , what do you think?
LLAMA will have more than one mapping for this as this directly relates to how the algorithm accesses the data. If this access pattern is not known, a random mapping...
Random mappings might not always perform worst, they might e.g. reduce conflicts for concurrent data access. I like the idea.
There's a lot of stuff to consider. In our case with Parataxis/PIConGPU a single photon will be particle-like and will have the attributes k-vector (gives wavelength and direction of momentum),...
We should see how parataxis and other tools can provide these aspects to avoid duplication.
I like this approach very much as it allows for clean interfacing and the Python integration makes it easy to use. I am however a bit worried that a few...