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

amo: apply fast-path analysis and optimization #117

Open
minsii opened this issue May 9, 2021 · 0 comments
Open

amo: apply fast-path analysis and optimization #117

minsii opened this issue May 9, 2021 · 0 comments

Comments

@minsii
Copy link
Collaborator

minsii commented May 9, 2021

Direct AMO mode still shows about 2x overhead than that of SOS

Benchmark: osu_oshm_atomics_all2one (shmem_int_finc -> MPI FOP)

        #SOS   #direct-amo
Theta/np=2 	14.88	39.22
Cori/np=2 	2.67    4.21

The current atomics check in OFI can be the cause. We need analyze the atomics path and apply optimizations similer to previous RMA (IPO inline, reduce instructions on AMO path)

@minsii minsii self-assigned this May 9, 2021
@minsii minsii added this to the FY21-Q3Q4 milestone May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant