Overview
Computes the population count (popcnt), or Hamming distance of a binary string. This kernel takes in a single unsigned 32-bit value and returns the count of 1's that the value contains.
Dispatcher Prototype
Inputs
Outputs
Example