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

util(queue): explore different in-memory queue implementations #382

Closed
wants to merge 4 commits into from

Conversation

csegarragonz
Copy link
Collaborator

No description provided.

@lgarithm
Copy link
Contributor

...
[11:29:31] [41971] [E] Different message types (got: 4, expected: 8)
[11:29:31] [41970] [E] Different message types (got: 4, expected: 6)
[11:29:31] [41973] [E] Different message types (got: 4, expected: 8)
[11:29:31] [41972] [E] Different message types (got: 4, expected: 8)
...

@csegarragonz
Copy link
Collaborator Author

@lgarithm my bad.

could you try now with: 7a36d4a

@lgarithm
Copy link
Contributor

now it improves both small and large message:

BGN ========================================bench_allreduce========================================
bench_all_reduce(np=4) took 0.0329s, total workload: 3.662MiB, rate: 0.109GiB/s
bench_all_reduce(np=4) took 0.0299s, total workload: 3.662MiB, rate: 0.119GiB/s
bench_all_reduce(np=4) took 0.0296s, total workload: 3.662MiB, rate: 0.121GiB/s
bench_all_reduce(np=4) took 0.0295s, total workload: 3.662MiB, rate: 0.121GiB/s
bench_all_reduce(np=4) took 0.0297s, total workload: 3.662MiB, rate: 0.121GiB/s
bench_all_reduce(np=4) took 0.0300s, total workload: 3.662MiB, rate: 0.119GiB/s
bench_all_reduce(np=4) took 0.0298s, total workload: 3.662MiB, rate: 0.120GiB/s
bench_all_reduce(np=4) took 0.0300s, total workload: 3.662MiB, rate: 0.119GiB/s
bench_all_reduce(np=4) took 0.0299s, total workload: 3.662MiB, rate: 0.119GiB/s
bench_all_reduce(np=4) took 0.0298s, total workload: 3.662MiB, rate: 0.120GiB/s
bench_all_reduce(np=4) took 0.2324s, total workload: 1.144GiB, rate: 4.922GiB/s
bench_all_reduce(np=4) took 0.2028s, total workload: 1.144GiB, rate: 5.639GiB/s
bench_all_reduce(np=4) took 0.2174s, total workload: 1.144GiB, rate: 5.259GiB/s
bench_all_reduce(np=4) took 0.2103s, total workload: 1.144GiB, rate: 5.437GiB/s
bench_all_reduce(np=4) took 0.2104s, total workload: 1.144GiB, rate: 5.434GiB/s
bench_all_reduce(np=4) took 0.2073s, total workload: 1.144GiB, rate: 5.518GiB/s
bench_all_reduce(np=4) took 0.2059s, total workload: 1.144GiB, rate: 5.556GiB/s
bench_all_reduce(np=4) took 0.2106s, total workload: 1.144GiB, rate: 5.430GiB/s
bench_all_reduce(np=4) took 0.2095s, total workload: 1.144GiB, rate: 5.459GiB/s
bench_all_reduce(np=4) took 0.2103s, total workload: 1.144GiB, rate: 5.439GiB/s
END ========================================bench_allreduce========================================

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

Successfully merging this pull request may close these issues.

2 participants