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
Fix numel() downcast in dper_lib/silvertorch/core/legacy/tools/eval/tests/TestUtil.cpp +2
Summary: `numel()` has type `int64_t`. The implicit downcasts fix in this change artificially truncate data ranges which can lead to hard-to-debug errors and SEVs. Using `auto` ensures that the correct data type is used.
Reviewed By: dtolnay
Differential Revision: D73533979
0 commit comments