acts-project / algebra-plugins

Mozilla Public License 2.0
3 stars 10 forks source link

fix correct vector initialization #9

Closed niermann999 closed 3 years ago

niermann999 commented 3 years ago

This PR introduces a wrapper around the Vc::SimdArray class that ensures that all values in a 4D array are properly initialized when a 3D initializer_list is passed. It solves the random execution time fluctuations and the runtime error on the research machine.