rapidsai/cudf

[FEA] add value methods to fixed_point_scalar_device_view

Open

#8.455 aberto em 8 de jun. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (735 forks)batch import
feature requestgood first issuelibcudf

Métricas do repositório

Stars
 (6.000 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (230 fundiu PRs em 30d)

Description

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.

Guia do colaborador