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
[SM6.10][Exec] Don't used signed types for unsigned values (#8364)
Comparing `int32_t` for M/N to `size_t` caused failures on internal
pipelines ala
#8336
Since M/N don't make sense as negative values remove the entire class of
errors by changing them to unsigned types.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tex Riddell <[email protected]>
0 commit comments