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

Further ChainRulesCore.rrule Integration #254

Merged
merged 68 commits into from
Oct 8, 2024

Commits on Sep 12, 2024

  1. Bump patch version

    willtebbutt committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cef527f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c3f65 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    1f49d85 View commit details
    Browse the repository at this point in the history
  2. Initial pass

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8f0f75d View commit details
    Browse the repository at this point in the history
  3. Bump patch

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e791cef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f45456e View commit details
    Browse the repository at this point in the history
  5. Make use of macro

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bec9f06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d037101 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54947f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc88483 View commit details
    Browse the repository at this point in the history
  9. Formatting

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f29b8f3 View commit details
    Browse the repository at this point in the history
  10. Improve documentation

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    50d7dd8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1788c07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4e80bc View commit details
    Browse the repository at this point in the history
  13. Initial NNlib integration

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4a2b8e0 View commit details
    Browse the repository at this point in the history
  14. Thunks and batched_mul

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d1d9fae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f036ad View commit details
    Browse the repository at this point in the history
  16. Fix link in docs

    willtebbutt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e225a0a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3bba38e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    619f0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345c46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e87d11 View commit details
    Browse the repository at this point in the history
  4. Remove old tests

    willtebbutt committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d345978 View commit details
    Browse the repository at this point in the history
  5. Some work

    willtebbutt committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0f3fe90 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ae93a27 View commit details
    Browse the repository at this point in the history
  2. Remove redundant test

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    82ecd82 View commit details
    Browse the repository at this point in the history
  3. Support where

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ca93535 View commit details
    Browse the repository at this point in the history
  4. Make use of where params

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fc6c00f View commit details
    Browse the repository at this point in the history
  5. Improve kwarg interface

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    473bc02 View commit details
    Browse the repository at this point in the history
  6. Default kwargs test

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1cfbfcc View commit details
    Browse the repository at this point in the history
  7. Improve docstring

    willtebbutt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8ac2903 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge in main

    willtebbutt committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f60ca36 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Some work

    willtebbutt committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ce5afd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge in main

    willtebbutt committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3539d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a80218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccdef0b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Some work

    willtebbutt committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6edc9a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    f66cc9c View commit details
    Browse the repository at this point in the history
  2. More LuxLib rules

    willtebbutt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f865fde View commit details
    Browse the repository at this point in the history
  3. Permit :meta nodes in IR

    willtebbutt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    149e7b4 View commit details
    Browse the repository at this point in the history
  4. Remove redundant test

    willtebbutt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2dcd535 View commit details
    Browse the repository at this point in the history
  5. Uncomment some tests

    willtebbutt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0933f37 View commit details
    Browse the repository at this point in the history
  6. Rename chain rules doc

    willtebbutt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d217102 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6f8cf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add mooncake_overlay

    willtebbutt committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d12afa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe1999d View commit details
    Browse the repository at this point in the history
  3. Fix dispatch problem

    willtebbutt committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e9dce9d View commit details
    Browse the repository at this point in the history
  4. Tidy up

    willtebbutt committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6149fd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d386cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cf73de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ffc076 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Fix formatting

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d2e0764 View commit details
    Browse the repository at this point in the history
  2. Explain what is new

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    36ec276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee838f4 View commit details
    Browse the repository at this point in the history
  4. Formatting

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    98d4840 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    45f1a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b1fff1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a98c22 View commit details
    Browse the repository at this point in the history
  8. Add extra luxlib test

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2d54e51 View commit details
    Browse the repository at this point in the history
  9. Add another luxlib test

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    31daf96 View commit details
    Browse the repository at this point in the history
  10. Bump patch version

    willtebbutt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    40c8f17 View commit details
    Browse the repository at this point in the history
  11. Update ext/MooncakeNNlibExt.jl

    Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
    willtebbutt and yebai authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    672bf69 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge in main

    willtebbutt committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5ab5752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9be673 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Markus Hauru <markus@mhauru.org>
    willtebbutt and mhauru authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    36b3cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1918431 View commit details
    Browse the repository at this point in the history
  5. Fix typo in docstring

    willtebbutt committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    57fac48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62ba1f2 View commit details
    Browse the repository at this point in the history