rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.42k stars 902 forks source link

[FEA] add value methods to fixed_point_scalar_device_view #8455

Open karthikeyann opened 3 years ago

karthikeyann commented 3 years ago

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.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.