Update arithmetic_device_uvector_t (device_span_t) to support int8_t and int16_t types. - #5628
Update arithmetic_device_uvector_t (device_span_t) to support int8_t and int16_t types.#5628seunghwak wants to merge 4 commits into
Conversation
|
/ok to test 9f1d033 |
|
/ok to test 3f4bd9b |
Do we use int32_t for weight_t? |
|
/ok to test 88bc842 |
I suspect this was not just not converted and was passing because we didn't have the check you just added. At one time we used the edge weight column to pass edge ids. Perhaps this is leftover from that test? |
|
/ok to test acc6cd0 |
Not directly related to this PR, but this code looks suspicious as well. Shouldn't "dataframe" here be "series"? |
This updates type erased vectors/spans (arithmetic_device_uvector_t and arithmetic_device_span_t) to support int8_t/int16_t.
This is a per-requisite to support int16_t edge type in graph creation.