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.

贡献者指南