rapidsai/cudf

[FEA] add value methods to fixed_point_scalar_device_view

開放

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

 (2 則留言) (0 個反應) (0 位負責人)C++ (735 個分叉)batch import
feature requestgood first issuelibcudf

倉庫指標

星標
 (6,000 顆星)
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.

貢獻者指南