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

Conversation

arupcsedu
Copy link
Collaborator

…ibuted environment

Signed-off-by: Arup Sarker arupcsedu@gmail.com

…ibuted environment

Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
cpp/src/cylon/compute/aggregate_kernels.hpp Show resolved Hide resolved
cpp/src/cylon/net/utils.cpp Show resolved Hide resolved
cpp/src/cylon/thridparty/flat_hash_map/bytell_hash_map.hpp Outdated Show resolved Hide resolved
cpp/src/examples/join_example.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.hpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.hpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/examples/CMakeLists.txt Outdated Show resolved Hide resolved
cpp/src/cylon/table.hpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/table.cpp Outdated Show resolved Hide resolved
cpp/test/slice_test.cpp Outdated Show resolved Hide resolved
arupcsedu and others added 9 commits July 21, 2022 14:22
Co-authored-by: niranda perera <niranda.perera@gmail.com>
Co-authored-by: niranda perera <niranda.perera@gmail.com>
Co-authored-by: niranda perera <niranda.perera@gmail.com>
Co-authored-by: niranda perera <niranda.perera@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
cpp/src/cylon/indexing/slice.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/indexing/slice.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/indexing/slice.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/indexing/slice.cpp Outdated Show resolved Hide resolved
cpp/src/cylon/indexing/slice.cpp Outdated Show resolved Hide resolved
@@ -1467,8 +1472,11 @@ Status Equals(const std::shared_ptr<cylon::Table> &a, const std::shared_ptr<cylo
static Status RepartitionToMatchOtherTable(const std::shared_ptr<cylon::Table> &a,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these logs

cpp/src/cylon/thridparty/flat_hash_map/bytell_hash_map.hpp Outdated Show resolved Hide resolved
cpp/src/examples/join_example.cpp Outdated Show resolved Hide resolved
cpp/src/examples/head_example.cpp Outdated Show resolved Hide resolved
cpp/src/examples/tail_example.cpp Outdated Show resolved Hide resolved
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
@nirandaperera
Copy link
Collaborator

@arupcsedu can you reformat the code with Google style with 100 characters per line? VS Code should do this automatically once you set the style

@arupcsedu
Copy link
Collaborator Author

arupcsedu commented Aug 3, 2022 via email

@arupcsedu
Copy link
Collaborator Author

arupcsedu commented Aug 4, 2022 via email

Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
removing std out
fixing errors
more logs
more logs
adding logs
attempting to fix macos error
cosmetic  changes
cosmetic  changes
nirandaperera and others added 7 commits August 16, 2022 11:08
* 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
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
* Create README-summit.md

Detailed description of how to compile cylon on summit

* Update README-summit.md

* Update README-summit.md
* adding custom mpirun params cmake var

* minor change
@nirandaperera
Copy link
Collaborator

@arupcsedu this looks good now. I made some minor improvements. I'll merge this after CI jobs.
Thanks for doing this 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants