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

Move row conversion code from cudf #1838

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

ttnghia
Copy link
Collaborator

@ttnghia ttnghia commented Mar 5, 2024

This moves back the row conversion code from cudf, which was moved there by rapidsai/cudf#14664 to temporarily workaround the issue due to conflict of kernel names that causes invalid memory access when calling to thrust::in(ex)clusive_scan (#1567).

Now we have fixes for the namespace visibility issue (by marking all libcudf kenels private in rapidsai/rapids-cmake#523 and NVIDIA/cuCollections#422) and need to move back the code.

This reverts commit 763406c.

# Conflicts:
#	src/main/cpp/benchmarks/row_conversion.cpp
#	src/main/cpp/src/bloom_filter.cu
#	src/main/cpp/src/map_utils.cu
#	src/main/cpp/src/xxhash64.cu
#	thirdparty/cudf

Signed-off-by: Nghia Truong <nghiat@nvidia.com>
@ttnghia ttnghia added enhancement New feature or request tech debt labels Mar 5, 2024
@ttnghia ttnghia self-assigned this Mar 5, 2024
@ttnghia
Copy link
Collaborator Author

ttnghia commented Mar 5, 2024

build

@ttnghia ttnghia marked this pull request as ready for review March 5, 2024 23:02
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
@ttnghia
Copy link
Collaborator Author

ttnghia commented Mar 6, 2024

build

@ttnghia ttnghia merged commit 5a09147 into branch-24.04 Mar 6, 2024
3 checks passed
@ttnghia ttnghia deleted the add_row_conversion branch March 6, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants