The switch to single precision (`-DUSE_SINGLE_PRECSION=ON`) causes some simulations to explode: <img width="640" height="480" alt="Image" src="https://github.com/user-attachments/assets/ea3569d5-4f31-4bc6-a36c-a5a3bb52485e" /> This can likely be fixed by performing a few key operations in double precision which should not impact performance and memory requirements.
The switch to single precision (
-DUSE_SINGLE_PRECSION=ON) causes some simulations to explode:This can likely be fixed by performing a few key operations in double precision which should not impact performance and memory requirements.