Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6 . 9 Consider the following three CPU organizations: CPU SS: A two - core superscalar microprocessor that provides out - of - order issue
Consider the following three CPU organizations:
CPU SS: A twocore superscalar microprocessor that provides outoforder issue
capabilities on two function units FUs Only a single thread can run on each core
at a time.
CPU MT: A finegrained multithreaded processor that allows instructions from
two threads to be run concurrently ie there are two functional units though
only instructions from a single thread can be issued on any cycle.
CPU SMT: An SMT processor that allows instructions from two threads to be run
concurrently ie there are two functional units and instructions from either or
both threads can be issued to run on any cycle.
Assume we have two threads and to run on these CPUs that include the
following operations:
Assume all instructions take a single cycle to execute unless noted otherwise or
they encounter a hazard.
$ Assume that you have one SS CPU. How many cycles will it
take to execute these two threads? How many issue slots are wasted due to hazards?
$ Now assume you have two SS CPUs. How many cycles will it
take to execute these two threads? How many issue slots are wasted due to hazards?
$ Assume that you have one MT CPU. How many cycles will it
take to execute these two threads? How many issue slots are wasted due to hazards?
$ Assume you have one SMT CPU. How many cycles will it take
to execute the two threads? How many issue slots are wasted due to hazards?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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