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

Replace thrust::tuple with cuda::std::tuple #1546

Open
wants to merge 2 commits into
base: branch-25.04
Choose a base branch
from

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Mar 4, 2025

The former is effectively just an alias and we want to get rid of it

The former is effectively just an alias and we want to get rid of it
@miscco miscco requested review from a team as code owners March 4, 2025 11:15
@miscco miscco requested review from thomcom, bdice, trxcllnt and isVoid March 4, 2025 11:15
@github-actions github-actions bot added Python Related to Python code libcuspatial Relates to the cuSpatial C++ library labels Mar 4, 2025
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 4, 2025
@bdice
Copy link
Contributor

bdice commented Mar 4, 2025

@miscco This appears to be running into compilation issues like:

 $PREFIX/include/libcudf/rapids/thrust/iterator/detail/transform_output_iterator.inl(55): error: no operator "=" matches these operands
            operand types are: thrust::detail::tuple_of_iterator_references<double &, double &, double &, double &> = cuda::std::__4::tuple<double, double, double, double>

https://github.com/rapidsai/cuspatial/actions/runs/13659872808/job/38188389286?pr=1546#step:9:1957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change Python Related to Python code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants