deBruijn Blueprint#51
Open
Monjistha99 wants to merge 5 commits into
Open
Conversation
harsh-sikhwal
requested changes
May 11, 2026
Monjistha99
commented
May 16, 2026
Collaborator
Author
Monjistha99
left a comment
There was a problem hiding this comment.
added my comments wherever there was a review comment
Monjistha99
commented
May 19, 2026
Collaborator
Author
Monjistha99
left a comment
There was a problem hiding this comment.
replied on reviews
harsh-sikhwal
requested changes
May 21, 2026
harsh-sikhwal
requested changes
May 21, 2026
harsh-sikhwal
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A new network fabric/blueprint based on deBruijn graph topology where hosts are connected to network switches and switches are interconnected in deBruijn fashion.
switch device,server deviceandorder.orderanddegree.degree=switch_port.count/8.degree ** orderHybrid deBruijn fabric
DeBruijn fabricwith access layer of rack switches likeClos fabrictopology.0..d-1 primary outgoing
d..2d-1 redundant outgoing
2d..3d-1 primary incoming
3d..4d-1 redundant incoming
where
d=degree of graph=switch_port.count/8remaining fabric switch ports are used for access uplinks.
Multi host deBruijn fabric
DeBruijn fabricwhere multiple hosts attach directly to each fabric switch.Validation
host-facing ports // server NIC count)Tests
test_hybrid_deBruijn_fabricfor HybridDeBruijnFabrictest_multi_host_deBruijn_fabricfor DeBruijnFabricWithMultiHostDGX parameterized coverage using supported DGX profiles:
dgx1, dgx2, dgx_a100, dgx_h100, dgx_gb200