Open karthikeyann opened 3 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.
Is your feature request related to a problem? Please describe.
libcudf
fixed_point_scalar_device_view
hasset_value(rep_type)
. It doesn't haveT value()
andset_value(T)
. These are needed for usage offixed_point_scalar_device_view
in device code.Describe the solution you'd like Add
T value()
andset_value(T)
methods.Additional context This issue was found while developing scalar support for compiled binary ops #8192.