-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add test cases for communication alone and mixed compute-communication case #533
Labels
enhancement
New feature or request
Comments
ppebay
changed the title
Add test case for mixed compute-communication case
Add test cases for communication alone and mixed compute-communication case
Sep 17, 2024
cwschilly
added a commit
that referenced
this issue
Sep 20, 2024
cwschilly
added a commit
that referenced
this issue
Sep 23, 2024
cwschilly
added a commit
that referenced
this issue
Sep 23, 2024
cwschilly
added a commit
that referenced
this issue
Sep 23, 2024
cwschilly
added a commit
that referenced
this issue
Sep 24, 2024
cwschilly
added a commit
that referenced
this issue
Sep 26, 2024
cwschilly
added a commit
that referenced
this issue
Sep 26, 2024
cwschilly
added a commit
that referenced
this issue
Sep 26, 2024
cwschilly
added a commit
that referenced
this issue
Sep 26, 2024
cwschilly
added a commit
that referenced
this issue
Sep 26, 2024
cwschilly
added a commit
that referenced
this issue
Sep 30, 2024
cwschilly
added a commit
that referenced
this issue
Sep 30, 2024
…ication case (#541) * #533: initial commit; add new tests for synthetic blocks dataset * #533: update with more changes * #533: update tests to use W_max instead of of load imbalance * #533: set BFO to false; increase n_iterations * #533: update logic to avoid writing configuration files * #533: loosen constraints on W_max in tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case with
beta=1.0
, everything else at0.
with recursive strategy:We should find
W_max=0.0
Test case with
alpha=beta=1.0
, with recursive strategy:Imb = L_max / L_ave - 1.0 = 2.5 / 2.0 - 1.0 = 0.25
W_max = 4.0
The text was updated successfully, but these errors were encountered: