My work for CERN on gather-scatter for AVX in software 2012
"Attached is my draft for publication of my summer student at CERN OpenLab in 2012. Where we discovered the problem of transient data in pipe-lining data from memory. To take full use of the AVX instruction set due to data pointers in arrays would be created and destroyed. Leaving mostly empty data that would need to be searched through.
I discovered it would save a lot of ASM memory commands by looping over the data. In order to create an index map over where real data was located such that JMP could be used.
Was particularly useful to study the algorithm and data structures used in GEANT prototype project for this. Due to the use of multiple geometries to calculate particle trajectories through. In addition to different types of particles lacking particle-particle interactions.
Thus allowing to take advantage of this semantics and structure to keep track of real-data for efficient pipe-lining of data through vector instructions.
Recently discovered that this paper wasn't published and not sure if my last draft even was the final one. For these explanations seem to be a bit unclear. This work was done to study and make sure the world of High Energy Physics could keep taking advantage of the developments in this direction."
4 comments
[ 3.2 ms ] story [ 17.6 ms ] thread