IntelligentSoftwareSystems / Galois

Galois: C++ library for multi-core and multi-node parallelization
http://iss.ices.utexas.edu/?p=projects/galois
Other
310 stars 131 forks source link

Fix 0-initialization of elements in a multiple_sum structure on GPU #377

Closed srogatch closed 3 years ago

srogatch commented 3 years ago

Dist apps such as PageRank may crash on some machines because multiple_sum structure elements will contain garbage when default-constructed.