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

Implement Slice, Head and Tail Operation in both centralize and distr… #592

Merged
merged 30 commits into from
Aug 19, 2022

Commits on Jun 25, 2022

  1. Implement Slice, Head and Tail Operation in both centralize and distr…

    …ibuted environment
    
    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    3ec4801 View commit details
    Browse the repository at this point in the history
  2. Add Distributed Slice with arrow api

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    1b451cd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. [Cylon] Implementation of Distributive Slice, Head and Tail

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    68cfe5d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. [Cylon] Revert the changes based on the upstream

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bde8bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f406753 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. [Cylon] Implement Slice with new Logic

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2a4a1dd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. [Cylon] Implement new logic for slice and add a basic test case

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3e39974 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/cylon/table.cpp

    Co-authored-by: niranda perera <niranda.perera@gmail.com>
    arupcsedu and nirandaperera committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    db5595c View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/cylon/table.cpp

    Co-authored-by: niranda perera <niranda.perera@gmail.com>
    arupcsedu and nirandaperera committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bf286da View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/cylon/table.cpp

    Co-authored-by: niranda perera <niranda.perera@gmail.com>
    arupcsedu and nirandaperera committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    adca09e View commit details
    Browse the repository at this point in the history
  5. Update cpp/src/examples/CMakeLists.txt

    Co-authored-by: niranda perera <niranda.perera@gmail.com>
    arupcsedu and nirandaperera committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    62fc159 View commit details
    Browse the repository at this point in the history
  6. [Cylon] Removed unneccessary data copy and logs

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bd47628 View commit details
    Browse the repository at this point in the history
  7. [Cylon] Fix merge conflict

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a194f53 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. [Cylon] Refactoring Slice logic into seperate file

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    60c50df View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. [Cylon] Update new test cases

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    06d380d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. [Cylon] Add multiple test cases for slice operation

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0f4acce View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. [Cylon] Refactoring slice operation

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    170d4c7 View commit details
    Browse the repository at this point in the history
  2. [Cylon] Fix error message and un-necessary example files

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8c28aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. [Cylon] Implement tail operation with new logic

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    9ee3914 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. [Cylon] Implement Tail operation by fixing the logic

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1d54430 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Add sliceImple methods and clear unnecessary logs

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ffc70d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [Cylon] Change the output table parameter from address to pointer

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e02f598 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Squashing following commits

    removing std out
    fixing errors
    more logs
    more logs
    adding logs
    attempting to fix macos error
    cosmetic  changes
    cosmetic  changes
    nirandaperera committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f13b4e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Minor fixes (cylondata#596)

    * remove gloo default hostname
    
    * minor change gloo
    
    * adding gloo-mpi test
    
    * adding ucc cyton
    
    * Update setup.py
    
    * Update setup.py
    
    * adding ucc test
    
    * adding multi env test
    
    * cosmetic changes
    
    * adding regular sampling cython
    
    * adding UCC barrier
    
    * adding macos11 tag for CI
    
    * fixing windows error
    
    * trying to fix macos ci
    
    * trying to fix macos issue
    
    * Revert "trying to fix macos issue"
    
    This reverts commit cda5c2c.
    
    * attempting to fix macos ci
    
    * style-check
    
    * adding gloo timeout
    
    * adding custom mpiexec cmake var
    nirandaperera committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e6b7306 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [Cylon] Handle corner case for slice test

    Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
    arupcsedu committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6a03ab3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Create README-summit.md (cylondata#602)

    * Create README-summit.md
    
    Detailed description of how to compile cylon on summit
    
    * Update README-summit.md
    
    * Update README-summit.md
    laszewsk committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4bc27f9 View commit details
    Browse the repository at this point in the history
  2. Update README-summit.md (cylondata#603)

    add cmake path
    laszewsk committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f20c119 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. adding custom mpirun params cmake var (cylondata#604)

    * adding custom mpirun params cmake var
    
    * minor change
    nirandaperera committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d99a6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4018cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50efb2 View commit details
    Browse the repository at this point in the history