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

[WIP] Test changes in RMM PR 1241 #13064

Closed

Conversation

ahendriksen
Copy link
Contributor

Upstream changes: rapidsai/rmm#1241

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Apr 5, 2023
rapids-bot bot pushed a commit that referenced this pull request Apr 5, 2023
The identify_stream_usage test uses `strcmp` but not does not include `<cstring>`. This PR fixes that.

The missing include was surfaced by #13064, showing that the test relied on headers in `spdlog` to include `cstring`.

Authors:
  - Allard Hendriksen (https://github.com/ahendriksen)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Nghia Truong (https://github.com/ttnghia)

URL: #13066
rapids-bot bot pushed a commit that referenced this pull request Apr 5, 2023
`data_sink.hpp` uses `std::transform` but not does not include <algorithm>. This PR fixes that.

The missing include was surfaced by #13064.

Authors:
  - Allard Hendriksen (https://github.com/ahendriksen)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - David Wendt (https://github.com/davidwendt)
  - Nghia Truong (https://github.com/ttnghia)

URL: #13068
@ahendriksen ahendriksen closed this Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant