問題詳情
7. You are requested to parallelize an old program so that it could run faster on modernmulticore processors. Please answer the following questions.
【題組】7.1 If your program can perform 90% of its work (measured as processor-seconds) in the parallelportion and 10% of its work in the serial portion. The parallel portion is perfectly parallelizable. Whatis the maximum speedup of the program if the multicore processor had an infinite number of cores?
參考答案