rapidsai/cudf

[FEA] add value methods to fixed_point_scalar_device_view

オープン

#8,455 opened on 2021/06/08

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
feature requestgood first issuelibcudf

Repository metrics

Stars
 (6,000 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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.

コントリビューターガイド