You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
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
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).
The text was updated successfully, but these errors were encountered: