NVIDIA / NVIDIA/cudf

[FEA] Support bitwise operation functions

Open
#18,552 0 comments 0 reactions 1 assignee Claimed by @ttnghia View on GitHub
feature request libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

We need to support various bitwise operations:
- [ ] Aggregation functions : `bit_and`, `bit_or`, `bit_xor`, which have the following contexts:
- [X] Sort-based groupby
- [ ] Hash-based groupby
- [X] Reduction
- [ ] Binary transform function: `bit_and`, `bit_or`, `bit_xor`
- [X] Unary transform function: `bit_not`, `bit_count`.
- [ ] Other binary bitwise functions: `bit_get`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.