Skip to content
#

cudf

Here are 15 public repositories matching this topic...

bdice
bdice commented Apr 29, 2022

The use of an mr parameter in inplace_bitmask_and, which calls inplace_bitmask_binop, is a little misleading. The allocations there are always temporary and are not part of the return value. It is only used for a few temporary arrays/scalars: https://github.com/rapidsai/cudf/blob/1f8a03e69704562dfac38de40b7172650280c6ea/cpp/include/cudf/detail/null_mask.cuh#L169-L171

It should be possible

good first issue libcudf

Improve this page

Add a description, image, and links to the cudf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cudf topic, visit your repo's landing page and select "manage topics."

Learn more