Estimating number of maximum threads before bus contention

46 Views Asked by At

Suppose I have an arbitrary number of threads that need to read from different memory locations. What parameters do I need to estimate the maximum number of threads that can do this simultaneously without bus contention? Where can this information be found for commercially available hardware?

0

There are 0 best solutions below