This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Make reduce() not call assignment operator over uninitialized memory #208
Labels
duplicate
Already exists.
I found out that the reduce operation on the OMP back-end just assigns values over uninitialized memory. Here's a patch to solve this problem by using uninitialized_fill on the first pass.
The text was updated successfully, but these errors were encountered: