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
Here, matrix->bsiz and parsec_datadist_getsizeoftype are integers, which may lead to overflow when the tile size is large. This case is encountered in a case where the tile size is L * (L^2/2) (L = 720) and the datatype is double complex.
Do we need to use size_t to protect here or bsiz in parsec_tiled_matrix_t?
The text was updated successfully, but these errors were encountered:
Here, matrix->bsiz and parsec_datadist_getsizeoftype are integers, which may lead to overflow when the tile size is large. This case is encountered in a case where the tile size is L * (L^2/2) (L = 720) and the datatype is double complex.
Do we need to use
size_t
to protect here orbsiz
inparsec_tiled_matrix_t
?The text was updated successfully, but these errors were encountered: