Niranda Perera

Results 35 comments of Niranda Perera

@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 this looks good now. I made some minor improvements. I'll merge this after CI jobs. Thanks for doing this :slightly_smiling_face:

@arupcsedu Can you also add the cython/ python bindings for this? Sorry I forgot to add that requirement to this issue previously.

They've now added a comprehensive example, which we can directly use. https://github.com/openucx/ucc/wiki/UCC-Allreduce-example

@kaiyingshan following are the steps that needs to be done to build UCC. - install conda (miniconda would be the easiest) - create a conda env using conda/environments/cylon.yml (this will...

@chathurawidanage @supunkamburugamuve I think this is important. I am not sure how we could support this ATM. My initial idea was to add it to the cylon::context, but it does...

@vibhatha I think we have a problem here. https://github.com/cylondata/cylon/blob/8fe2d66cbba0a78b2079a326594aa804aae73c0c/cpp/src/cylon/table.cpp#L951 In the `last` scenario, we would be traversing the reverse order, but we are still appending the buffer in the forward...

@vibhatha may be we'll have to use `take` instead of `filter`, at least for `last` scenario.

@kaiyingshan can you take this up?

we can do repartition but cant change the number of workers, isnt it?