You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krishnakumarg1984
changed the title
Code quality: Possibility to use std::reduce or std::accumulate instead of raw loop
Performance: Possibility to use std::reduce or std::accumulate instead of raw loop
Jun 22, 2023
In
sdmm.h
, it looks like a standard accumulation operation is implemented with a raw loop.Might be possible to use
std::accumulate
orstd::reduce
(parallelised in C++17). Thoughts?The text was updated successfully, but these errors were encountered: