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
The buffer above is an ArrayView<RadixSortPair<float, int>>
buffer = Extent = {(10340985)}, Length = 10340985
tempSize = 20762773
Also tried with smaller sized buffers (fewer than 1M) but the problem persisted.
Expected behavior
Launch should succeed and properly execute the sort.
Additional context
The code is running under a unit test. A couple of hours after filing this issue, I noticed that the error only occurs when the debugger is running. If the test is run without a debugger attached, it all works!
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling the method returned by CreateRadixSort is throwing CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES.
Environment
Steps to reproduce
The buffer above is an
ArrayView<RadixSortPair<float, int>>
buffer = Extent = {(10340985)}, Length = 10340985
tempSize = 20762773
Also tried with smaller sized buffers (fewer than 1M) but the problem persisted.
Expected behavior
Launch should succeed and properly execute the sort.
Additional context
The code is running under a unit test. A couple of hours after filing this issue, I noticed that the error only occurs when the debugger is running. If the test is run without a debugger attached, it all works!
The text was updated successfully, but these errors were encountered: