rapidsai/cudf

[FEA] add value methods to fixed_point_scalar_device_view

Aperta

#8455 aperta il 8 giu 2021

 (2 commenti) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
feature requestgood first issuelibcudf

Metriche repository

Star
 (6000 stelle)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe.

libcudf fixed_point_scalar_device_view has set_value(rep_type). It doesn't have T value() and set_value(T). These are needed for usage of fixed_point_scalar_device_view in device code.

Describe the solution you'd like Add T value() and set_value(T) methods.

Additional context This issue was found while developing scalar support for compiled binary ops #8192.

Guida contributor