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
Probable cause: because the input array doesn't have padding, we're trying to copy data to DPUs that resides in inaccessible memory regions.
Either rewrite the input buffer with padding (let's avoid that), or change the logic of number of points per DPU to do some aliased transfer.
The script benchmarks/strong_scaling/CPU+DPU.py crashes on 2048 DPU.
The script 2048_only doesn't.
There's probably a memory leak. Check the C arrays.
The text was updated successfully, but these errors were encountered: