Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DeviceHistogram bug: non-native input iterators take the correct …
…code path. Previously, when passing in an, e.g. CountingInputIterator, the kernel would fail with the error: ======== Invalid __global__ read of size 4 ========= by thread (0,0,0) in block (0,0,0) ========= Address 0x00000000 is out of bounds because the wrong branch tried to read from d_native_samples (which is null).
- Loading branch information