Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix _checked_mul_dims in the presence of 0s and overflow. #54255

Merged
merged 6 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. fix _checked_mul_dims

    fixes #54244.
    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c1f1cd0 View commit details
    Browse the repository at this point in the history
  2. tests for #54244

    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aa9c362 View commit details
    Browse the repository at this point in the history
  3. fix negative sizes

    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0823f89 View commit details
    Browse the repository at this point in the history
  4. more tests

    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a18e6fa View commit details
    Browse the repository at this point in the history
  5. whitespace

    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    357af49 View commit details
    Browse the repository at this point in the history
  6. fix tests.

    oscardssmith committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0629ec6 View commit details
    Browse the repository at this point in the history