Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault #10

Open
SylvanBrocard opened this issue Mar 18, 2022 · 2 comments
Open

Segfault #10

SylvanBrocard opened this issue Mar 18, 2022 · 2 comments
Assignees

Comments

@SylvanBrocard
Copy link
Member

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.

@SylvanBrocard SylvanBrocard self-assigned this Mar 18, 2022
@SylvanBrocard
Copy link
Member Author

Identical problem with the higgs benchmark

@SylvanBrocard
Copy link
Member Author

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.

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

No branches or pull requests

1 participant