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

Refactor get_scalar_constant_value #643

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    7a5b1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5954079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3e134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f1b3eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2586e67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b8f91e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d471db3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4241f8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b4a857 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e77a484 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e3113f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e57cc8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf0b2c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c8ca89f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d142225 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1a8fa9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c68677e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    350268b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e2c472 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b5ec3d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6825e02 View commit details
    Browse the repository at this point in the history
  22. Refactor tests.tensor.test_basic_opt tests

    * Convert tests to pytest `parametrized` tests
    * Use `pytest.raises`
    * Remove unused timing code and methods
    brandonwillard committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7315bc7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    582f19f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e5df6aa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4359ca7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7b9b445 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    066709c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d7358d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Refactor local_add_specialize and test_local_add_specialize

    These changes "flatten" the nested conditions that lead to the replacement
    logic.
    
    They also clarify the tests that are labeled as being for
    `local_add_specialize`, which actually aren't.  Also, the unrelated tests
    implicitly relied on the canonicalizations built into
    `get_scalar_constant_value`; now, the actual canonicalizations are required in
    anticipation of `get_scalar_constant_value`'s replacement.
    brandonwillard committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    d26b992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e792667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20601b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63dd23a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9144137 View commit details
    Browse the repository at this point in the history
  6. Refactor test_local_zero_div

    * Use `pytest.mark.parameterize`
    * Remove reliance on `get_scalar_constant_value`
    brandonwillard committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    2563350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d14ee9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    287f7a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a3b122 View commit details
    Browse the repository at this point in the history