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

PERF-#6556: do window block-wise #6290

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2023

  1. working on naive implementation for window

    naive implementation
    
    working on efficiency improvements
    
    efficiency has bugs
    
    some fixes, errors inside window_function_partition
    
    some fixes, issue with num virtual partitions
    
    fixed map function error hopefully
    
    fixed row-wise
    
    fixed row actually?
    
    removed debugging comments
    
    attempting to fix col-wise
    
    removing debugging comments
    
    row window operations work
    
    fixed col ops
    
    query compiler changes
    
    removing print statements
    
    query compiler changes
    
    more query compiler changes
    
    center fix work in progress
    
    continued center fixes
    
    attempting to fix bugs update
    
    fixed errors
    
    corr changes but still broken
    
    forgot to push corr and cov changes
    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1b8dbad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477727b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54016cf View commit details
    Browse the repository at this point in the history
  4. comment removal

    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6913526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf569c4 View commit details
    Browse the repository at this point in the history
  6. style changes

    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e193c37 View commit details
    Browse the repository at this point in the history
  7. more style changes

    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    afda46b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b489cc1 View commit details
    Browse the repository at this point in the history
  9. Make test_rolling test center=False more and fix bugs

    Signed-off-by: mvashishtha <[email protected]>
    mvashishtha authored and christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    948bd67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6906e5b View commit details
    Browse the repository at this point in the history
  11. bug fixes

    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    94b777b View commit details
    Browse the repository at this point in the history
  12. more refactoring

    christinafan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e8085b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. code cleanup and edits

    christinafan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4e563b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0929652 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Jan 23, 2024

  1. Add the break that commit 4e563b7 deleted

    Signed-off-by: Mahesh Vashishtha <[email protected]>
    sfc-gh-mvashishtha committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4aa3691 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Apr 13, 2024

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