Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

DeviceHistogram null-pointer exception bug for iterator inputs #110

Closed
dumerrill opened this issue Aug 28, 2017 · 1 comment
Closed

DeviceHistogram null-pointer exception bug for iterator inputs #110

dumerrill opened this issue Aug 28, 2017 · 1 comment

Comments

@dumerrill
Copy link
Contributor

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).

dumerrill added a commit that referenced this issue Aug 28, 2017
null-pointer exception bug for iterator inputs

- Update device histogram testing to include iterator-based samples
- Prevent a few macro redefinitions
- Update doc for 1.7.2
@dumerrill
Copy link
Contributor Author

Fixed in NVlabs@68a50fa

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant