-
Notifications
You must be signed in to change notification settings - Fork 449
Error in cub::DeviceHistogram::HistogramEven #288
Comments
The above program output from a test case in our framework will give you an idea for some dimensions that were OK, and one that was not OK, in case it might be useful to guess what is going wrong.
|
As far as I can tell, it happens when temp_storage_bytes exceeds 2 to the power 33. |
Thanks for the report. I can reproduce the error with this testcase on
This is likely an instance of #212 in the wild; the last Fixing #212 is high on my priority list, but I likely won't be able to get to it for at least a couple of months. That issue has some suggestions for possible workarounds in the meantime. |
I am closing this issue as a duplicate of #212 to keep the backlog tidy Thanks a lot for the report |
The following code fails when invoking
cub::DeviceHistogram::HistogramEven
.NOTE: It fails ONLY for some values of
n
anddim
in the code below.@danpovey
The text was updated successfully, but these errors were encountered: