-
Notifications
You must be signed in to change notification settings - Fork 47
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
Conversation
…ibuted environment Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Co-authored-by: niranda perera <[email protected]>
Co-authored-by: niranda perera <[email protected]>
Co-authored-by: niranda perera <[email protected]>
Co-authored-by: niranda perera <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
cpp/src/cylon/table.cpp
Outdated
@@ -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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove these logs
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
@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 |
Sure I will.
…On Wed, 3 Aug, 2022 at 5:04 PM, niranda perera ***@***.***> wrote:
@arupcsedu <https://github.com/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
—
Reply to this email directly, view it on GitHub
<#592 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGXWTFU4AI6K2RN4FIOUDVXLNG5ANCNFSM5Z2PWEKA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I set it with VSCode. But it formats the code to display in the editor. No
actual change in the source file.
…On Wed, Aug 3, 2022 at 5:05 PM Arup Sarker ***@***.***> wrote:
Sure I will.
On Wed, 3 Aug, 2022 at 5:04 PM, niranda perera ***@***.***>
wrote:
> @arupcsedu <https://github.com/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
>
> —
> Reply to this email directly, view it on GitHub
> <#592 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACOGXWTFU4AI6K2RN4FIOUDVXLNG5ANCNFSM5Z2PWEKA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
Signed-off-by: Arup Sarker <[email protected]>
removing std out fixing errors more logs more logs adding logs attempting to fix macos error cosmetic changes cosmetic changes
* 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 <[email protected]>
* Create README-summit.md Detailed description of how to compile cylon on summit * Update README-summit.md * Update README-summit.md
add cmake path
* adding custom mpirun params cmake var * minor change
@arupcsedu this looks good now. I made some minor improvements. I'll merge this after CI jobs. |
…ibuted environment
Signed-off-by: Arup Sarker [email protected]