Closed ghalimi closed 2 years ago
Is there a way to use CUB from node-rapids? More specifically, is there a way to invoke OneSweep?
We don't have any explicit bindings into cub, but DataFrame and Series sortValues() methods are implemented via Thrust (and Thrust uses cub::DeviceRadixSort under the hood).
DataFrame
Series
sortValues()
cub::DeviceRadixSort
Awesome! Thank you so much.
Is there a way to use CUB from node-rapids? More specifically, is there a way to invoke OneSweep?