Support scattering list_scalar - #8256
Conversation
list_scalarlist_scalar
davidwendt
left a comment
There was a problem hiding this comment.
Please remove the debug code. I believe scatter is used as a primitive in other cudf algorithms. This code will be difficult to maintain and frustrating to ignore when not specifically debugging this scatter. It also increases the size of the debug version of libcudf.so which is already getting to be too large for the debugger.
…scatter_list_scalars
…atter_list_scalars
Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
|
rerun tests |
…scatter_list_scalars
|
Looks like there are some failed tests, investigating. |
|
Welp, I broke the column scatter interface during the refactor. Should be fixed. |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8256 +/- ##
===============================================
Coverage ? 82.88%
===============================================
Files ? 105
Lines ? 17874
Branches ? 0
===============================================
Hits ? 14814
Misses ? 3060
Partials ? 0 Continue to review full report at Codecov.
|
|
@gpucibot merge |
This PR adds support for scattering
list_scalarinto aLISTcolumn.This PR refactors current scatter for
LISTcolumn interface and allows column and scalar scatter share the same code path.This PR also removes all debugging codes in
scatter.cuh