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

WIP: Zip matrices zip_j A.dot(B_j) #93

Closed
wants to merge 47 commits into from
Closed

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    4f5a935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0586413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3975c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    321feb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    209e9d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e8f63c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16aa4cd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    db7ba4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    613eb25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607ad65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    285d324 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. TST: Add test fixtures

    RUrlus committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    553d896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90e045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad472f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    820ac34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743d7ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dc8470 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e963e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    84e4d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e56c42 View commit details
    Browse the repository at this point in the history
  3. CHG: [C++] Switch to more efficient MaxHeap over keeping all candidat…

    …es over the threshold
    RUrlus committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4efab54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce3371f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52d5e5c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    56aeed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712f1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254cb9d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    8006bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee6e5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca36e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e068468 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be43c2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    004f562 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc0d0c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7851d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cd266e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe05daa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1cb679 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e4b732 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    570d6e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc28e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce31910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc11c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7da4e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bedefb View commit details
    Browse the repository at this point in the history
  7. DOC: Add warning to the README

    RUrlus committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    de9edd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 13, 2024

  1. ENH: new function that can zip matrices zip_j A.dot(B_j)

    Function will return a zipped matrix Z in CSR format, zip_j C_j, where
    Z = [sorted top n results > lower_bound for each row of C_j], where C_j = A.dot(B_j)
    and where B has been split row-wise into sub-matrices B_j.
    kx79wq committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e15a900 View commit details
    Browse the repository at this point in the history