Answered step by step
Verified Expert Solution
Question
1 Approved Answer
We assume that we are considering enhancing a machine by adding vector hardware to it (but you dont need to know anything about vectorization to
- We assume that we are considering enhancing a machine by adding vector hardware to it (but you dont need to know anything about vectorization to work these problems). When a computation is run in vector mode on the vector hardware, it is 10 times faster than the normal mode of execution. We call the percentage of time that could be spent using vector mode the percentage of vectorization.
- [ 8 pts] What percentage of vectorization is needed to achieve an overall speedup of 2?
- [ 8 pts] What percent of the overall execution time is spent in vector mode if an overall speed up of 2 is achieved?
- [ 9 pts] What percentage of vectorization is needed to achieve one-half the maximum possible overall speed-up attainable from using vector mode?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To solve these problems well use Amdahls Law which is a formula that gives the theoretical maximum speedup in latency of the execution of a task at fi...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started