shamrock.backends.DeviceBuffer_u32#

class shamrock.backends.DeviceBuffer_u32#

Bases: pybind11_object

Methods

in place ex-scan performance benchmarks

in place ex-scan performance benchmarks

segmented sort in place performance benchmarks

segmented sort in place performance benchmarks

sort by keys performance benchmarks

sort by keys performance benchmarks
copy_from_stdvec(self: shamrock.pyshamrock.backends.DeviceBuffer_u32, arg0: list[int]) → None#
copy_to_stdvec(self: shamrock.pyshamrock.backends.DeviceBuffer_u32) → list[int]#
fill(self: shamrock.pyshamrock.backends.DeviceBuffer_u32, arg0: int) → None#
get_size(self: shamrock.pyshamrock.backends.DeviceBuffer_u32) → int#
get_val_at_idx(self: shamrock.pyshamrock.backends.DeviceBuffer_u32, arg0: int) → int#
resize(self: shamrock.pyshamrock.backends.DeviceBuffer_u32, arg0: int) → None#
set_val_at_idx(self: shamrock.pyshamrock.backends.DeviceBuffer_u32, arg0: int, arg1: int) → None#