Skip to content

[FEA]: Replaces uses of __popc with cuda::std::popcount #6107

@miscco

Description

@miscco

Is this a duplicate?

Area

General CCCL

Is your feature request related to a problem? Please describe.

We are using the intrinsic open coded, but depending on the architecture / os that might be invalid.

Describe the solution you'd like

We should replace all occurrences of __popc with ::cuda::std::popcount

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions