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
Describe the bug hash() and construct_join_output_df are currently ignoring the user-provided memory resource that was passed in. Here are the calls that are supposed to take the user-provided resource:
Describe the bug
hash()
andconstruct_join_output_df
are currently ignoring the user-provided memory resource that was passed in. Here are the calls that are supposed to take the user-provided resource:https://github.com/rapidsai/cudf/blob/branch-0.14/cpp/src/hash/hashing.cu#L646
https://github.com/rapidsai/cudf/blob/branch-0.14/cpp/src/join/join.cu#L314-L321
https://github.com/rapidsai/cudf/blob/branch-0.14/cpp/src/join/join.cu#L328-L331
https://github.com/rapidsai/cudf/blob/branch-0.14/cpp/src/join/join.cu#L337-L340
https://github.com/rapidsai/cudf/blob/branch-0.14/cpp/src/join/join.cu#L343-L346
The text was updated successfully, but these errors were encountered: