Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How will you calculate the maximum speed up of an application by using multiple processors?

Pragya Keshap answered on February 6, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • How To Run CPU At Full Speed Or High Speed

  • How will you calculate the maximum speed up of an application by using multiple processors?

    0

    Amdahl’s law gives the theoretical speedup in latency of the

    execution of a task at fixed workload.

    It gives the formula to compute the theoretical maximum speed up

    that can be achieved by providing multiple processors to an

    application.

    If S is the theoretical speedup then the formula is:

    S(n) = 1 / (B + (1-B)/n)

    where n is the number of processors

    B is the fraction of the program that cannot be executed in parallel.

    When n converges against infinity, the term (1-B)/n converges

    against zero. Therefore, the formula can be reduced in this special

    case to 1/B.

    In general, the theoretical maximum speedup behaves in inverse

    proportion to the fraction that has to be executed serially. This

    means the lower this fraction is, the more theoretical speedup can

    be achieved

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: using whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 06 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.