- 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 39 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 Poi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.