Page 1 of 1

Given a program that runs on a single CPU and takes 40 sec to execute. The program can use two ALU's on the Floating Poi

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
Given A Program That Runs On A Single Cpu And Takes 40 Sec To Execute The Program Can Use Two Alu S On The Floating Poi 1
Given A Program That Runs On A Single Cpu And Takes 40 Sec To Execute The Program Can Use Two Alu S On The Floating Poi 1 (61.49 KiB) Viewed 41 times
Given a program that runs on a single CPU and takes 40 sec to execute. The program can use two ALU's on the Floating Point operation and one ALU for the Normal Operation. Furthermore, we know 20% of the program uses a normal ALU and 30% uses a F.P. ALU, and the rest is the sequential part that can not be parallelized. Say we can improve the performance by adding one more normal ALU and 2 more F.P. ALU to the existing ones and assume that the program can utilize theses additions, What is the new execution time? How much faster is the new system? 1. 2. Provide all the steps.