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

[FEA] Use libcu++ from GitHub once it is available #5400

Closed
jrhemstad opened this issue Jun 5, 2020 · 1 comment
Closed

[FEA] Use libcu++ from GitHub once it is available #5400

jrhemstad opened this issue Jun 5, 2020 · 1 comment
Labels
feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.

Comments

@jrhemstad
Copy link
Contributor

Is your feature request related to a problem? Please describe.

libcu++ is available in the CUDA toolkit as of 10.2. Since we need to support 10.0, we've been required to depend on the "freestanding" library, which is the library precursor to libcu++, but it is not the same as libcu++.

Describe the solution you'd like

Currently, libcu++ proper is not available on GitHub. Once it is, we should drop the "freestanding" library and depend directly on libcu++ from GitHub.

Additional Context

Per #5359 (comment), we should be able to simplify libcudf by removing the custom timestamp/duration types and just using a type alias to the cuda::std::chrono types.

@jrhemstad jrhemstad added feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. labels Jun 5, 2020
@jrhemstad
Copy link
Contributor Author

closed by #6275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

No branches or pull requests

1 participant