Skip to content

How to implement NUMA in CHI mesh network #771

Closed Answered by tiagormk
qqli579 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @qqli579, is createNumaAddrRanges a modified version of the existing of createAddrRanges in CHI_config.py ? If I understand your issue correctly, you should be able to achieve the same effect by just calling createAddrRanges and passing a different list of ranges and HNFs for each NUMA domain, e.g, something like.:

createAddrRanges([addr_range[0]], cache_line_size, [0, 1])
createAddrRanges([addr_range[1]], cache_line_size, [2, 3])
createAddrRanges([addr_range[2]], cache_line_size, [4, 5])
createAddrRanges([addr_range[3]], cache_line_size, [6, 7])

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@qqli579
Comment options

Answer selected by qqli579
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants