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

[MINOR] CLA LMM Selection Multiply and Identity Multiply #2084

Closed
wants to merge 3 commits into from

Commits on Sep 20, 2024

  1. [SYSTEMDS-3771] Compressed Identity Dictionary and Selection Multiply

    This commit contains the implementation details on
    LLM refinements for supporting the new Identity dictionaries,
    that remove the need for many of the matrix multiplications.
    
    Furthermore it also contains the implementation details and optimizations
    for selective Matrix Multiplications of matrices in the left side
    containing only a single 1 in each row. The implementation there
    simply decompress the rows associated with the 1, making the overall
    compressed operation very efficient.
    
    The overall implementation further improves the code-coverage of the
    project by 0.24%
    Baunsgaard committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6bd85f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. more identity tests

    Baunsgaard committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9c606ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c239149 View commit details
    Browse the repository at this point in the history