[OpenMP] Remove alignment for global <-> local reduction functions
The alignment did likely not help much but increases the memory requirement. Note that half of the affected accesses are all performed by a single thread in each block. The reads are by consecutive threads in a single block.
parent
abe71b77
Please register or sign in to comment