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

Fix CI #60

Merged
merged 14 commits into from
Jul 18, 2024
Merged

Fix CI #60

merged 14 commits into from
Jul 18, 2024

Conversation

VibhuJawa
Copy link
Member

@VibhuJawa VibhuJawa commented Jul 17, 2024

This PR enables GPU CI on this repo:

Tested locally using:

docker run --gpus all -v $(pwd):/workspace/crossfit --rm -it rapidsai/base:24.06-cuda12.2-py3.11  bash -c "cd /workspace/crossfit && bash ci/test_gpu.sh"

Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
@VibhuJawa VibhuJawa changed the title Test CI Fix CI Jul 17, 2024
@VibhuJawa
Copy link
Member Author

CI seems to be passing again .

CC: @marcromeyn / @edknv for quick eyes on this.

@@ -29,7 +29,7 @@ def __init__(self):
def concatenate(self, series_list, *, axis=None):
return cudf.concat(series_list, axis=axis or 0)

np_backend_dispatch.register((cudf.Series, cudf.GenericIndex))(CudfBackend())
np_backend_dispatch.register((cudf.Series, cudf.Index))(CudfBackend())
Copy link
Member Author

Choose a reason for hiding this comment

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

Unsure if this is the right fix. CC: @rjzamora

Copy link
Member

Choose a reason for hiding this comment

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

Yes, this looks correct to me. My understanding is that all "real" index objects inherit from Index now.

I suppose dask-cudf uses BaseIndex, but that dispatch was added a long time ago (and BaseIndex is probably unnecessary).

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks a ton for confirming this .

Copy link
Collaborator

@sarahyurick sarahyurick left a comment

Choose a reason for hiding this comment

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

LGTM! Can also confirm this works fine with my NeMo Curator setup.

@VibhuJawa VibhuJawa merged commit 7e01608 into rapidsai:main Jul 18, 2024
10 checks passed
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