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

Add reverse rule for Sparse dense matmul/vec #1792

Merged
merged 36 commits into from
Sep 27, 2024

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab1807c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    8a35c83 View commit details
    Browse the repository at this point in the history
  2. Add more testing

    ptiede committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee96ec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8c5370 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc1c979 View commit details
    Browse the repository at this point in the history
  5. Add sparse array testing

    ptiede committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e548322 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c71470f View commit details
    Browse the repository at this point in the history
  7. Revert project to old style

    ptiede committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c99ea6c View commit details
    Browse the repository at this point in the history
  8. Add sparse array compat bound

    ptiede committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    582b675 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    e432afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05924ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be8076b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f2df7 View commit details
    Browse the repository at this point in the history
  5. Remove Q comment

    ptiede committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c63d21b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c17efd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    26d4429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8292d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Consider constant fp in runtime activity (EnzymeAD#1797)

    * Consider constant fp in runtime activity
    
    * fix
    wsmoses authored and ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c654b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d34bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a36727 View commit details
    Browse the repository at this point in the history
  4. Remove Q comment

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    eaaab3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f67ed View commit details
    Browse the repository at this point in the history
  6. Look for more writebarrier opportunities (EnzymeAD#1800)

    * Look for more writebarrier opportunities
    
    * Update compiler.jl
    wsmoses authored and ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    be19ffb View commit details
    Browse the repository at this point in the history
  7. Restrict version to 1.10+ (EnzymeAD#1809)

    * Restrict version to 1.10+
    
    * fix
    
    * fixup
    
    * Update CI.yml
    
    * Update Project.toml
    
    * Update Project.toml
    wsmoses authored and ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    47b4742 View commit details
    Browse the repository at this point in the history
  8. Update Project.toml

    wsmoses authored and ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5430264 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43a16b5 View commit details
    Browse the repository at this point in the history
  10. Update test

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cc06e31 View commit details
    Browse the repository at this point in the history
  11. Fix ext

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    291f8f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06c3d8d View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    f752ec8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be3c61b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df7fb4a View commit details
    Browse the repository at this point in the history
  16. Fix rules for 0.13

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c4e6924 View commit details
    Browse the repository at this point in the history
  17. Remove sparse arrays ext file

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    25b3dcd View commit details
    Browse the repository at this point in the history
  18. Update compiler

    ptiede committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    85c88f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5bd31f8 View commit details
    Browse the repository at this point in the history