You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small issue. As the title says: cudf::distinct implementation (in file distinct.cu missed stream parameter when calling to key_map.contains. We should correct that whenever possible.
The text was updated successfully, but these errors were encountered:
Closes#10909
This PR was intended to fix a bug in the `distinct` implementation where the stream parameter was not passed when invoking `static_map::contains`. During the work, @ttnghia Pointed out that the `contains` + `thrust::copy_if` logic can be simplified by using `static_map::retrieve_all`. Finally, the PR fetches a newer version of `cuco` to utilize `retrieve_all` and fixes a bug in unit tests where results should be sorted before comparison.
Authors:
- Yunsong Wang (https://github.com/PointKernel)
Approvers:
- Vukasin Milovanovic (https://github.com/vuule)
- Vyas Ramasubramani (https://github.com/vyasr)
URL: #10916
This is a small issue. As the title says:
cudf::distinct
implementation (in filedistinct.cu
missed stream parameter when calling tokey_map.contains
. We should correct that whenever possible.The text was updated successfully, but these errors were encountered: