rapidsai/cudf

[FEA] add value methods to fixed_point_scalar_device_view

Open

#8,455 建立於 2021年6月8日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (735 fork)batch import
feature requestgood first issuelibcudf

倉庫指標

Star
 (6,000 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 230 個 PR)

描述

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.

貢獻者指南