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

Numba backend cached property refactor (tests may compile slower since JIT cache is now local to backend instance) #1299

Merged
merged 24 commits into from
Jun 3, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    aa8c97e View commit details
    Browse the repository at this point in the history
  2. method name fix

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0a7564b View commit details
    Browse the repository at this point in the history
  3. sorting out a mistaken merge

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d287dd5 View commit details
    Browse the repository at this point in the history
  4. pylint

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    97d17ca View commit details
    Browse the repository at this point in the history
  5. pylint again

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0275425 View commit details
    Browse the repository at this point in the history
  6. fix

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e688e31 View commit details
    Browse the repository at this point in the history
  7. add missing instantiation

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bf1bee9 View commit details
    Browse the repository at this point in the history
  8. introduce override_jit_flags CPU backend ctor arg + handling it in in…

    … cached_property methods (not yet in other places)
    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7090ed5 View commit details
    Browse the repository at this point in the history
  9. trick pylint...

    slayoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    259131b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ae0289 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bc415b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. fix arg passing logic

    slayoo committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e96ad77 View commit details
    Browse the repository at this point in the history
  2. few more cleanups

    slayoo committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b9f94c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    2aac8c6 View commit details
    Browse the repository at this point in the history
  2. move one test from _a to _b

    slayoo committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a0e2c25 View commit details
    Browse the repository at this point in the history
  3. one more conftest reshuffle

    slayoo committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    9eae418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa6ded View commit details
    Browse the repository at this point in the history
  5. typo fix

    slayoo committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    369a327 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    838515a View commit details
    Browse the repository at this point in the history
  7. one more fix

    slayoo committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    53530f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. one more reshuffle...

    slayoo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9a8d209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6660239 View commit details
    Browse the repository at this point in the history
  3. fix yaml syntax

    slayoo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8fdd375 View commit details
    Browse the repository at this point in the history
  4. further timeout tweaks

    slayoo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    29b4dfd View commit details
    Browse the repository at this point in the history