rapidsai/cudf
Auf GitHub ansehen[FEA] add value methods to fixed_point_scalar_device_view
Open
#8.455 geöffnet am 8. Juni 2021
feature requestgood first issuelibcudf
Repository-Metriken
- Stars
- (6.000 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 17T 21h) (230 gemergte PRs in 30 T)
Beschreibung
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.