subject

Consider the following three CPU organizations:?CPU SS: A 2-core superscalar microprocessor that provides out-of-order issue capabilities on 2 functional units (FUs). Only a single thread can run on each core at a time.?CPU MT: A fine-grained multithreaded processor that allows instructions from two threads to be run concurrently (i. e., 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 2 threads to be run concurrently (i. e., 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 X and Y to run on these CPUs that include the following operations:Thread 1 Thread 2A1 - takes 3 cycles to executeA2 - no dependenciesA3 - conflicts for a functional unit with A1A4 - depends on the result of A3B1 - takes 2 cycles to executeB2 - conflicts for a functional unit with B1B3 - depends on the result of B2B4 - no dependencies and takes 2 cycles to executeAssume all instructions take a single cycle to execute unless noted otherwise or they encounter a hazard.2.a) Assuming that you have 1 SS CPU, how many cycles will it take to execute these two threads? How many issue slots are wasted due to hazards?2.b) Assuming you have 1 MT CPUs, how many cycles will it take to execute these two threads? How manyissue slots are wasted due to hazards?2.c) Assuming you have 1 SMT CPU, how many cycles will it take to execute these two threads? How many issue slots are wasted due to hazards?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:50
You are working as a security analyst in a company xyz that owns the whole subnet range of 23.0.0.0/8 and 192.168.0.0/8. while monitoring the data, you find a high number of outbound connections. you see that ip's owned by xyz (internal) and private ip's are communicating to a single public ip. therefore, the internal ip's are sending data to the public ip. after further analysis, you find out that this public ip is a blacklisted ip, and the internal communicating devices are compromised. what kind of attack does the above scenario depict?
Answers: 3
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 23.06.2019 19:00
Write a program that displays the following menu: geometry calculator 1. calculate the area of a circle 2. calculate the area of a rectangle 3. calculate the area of a triangle 4. quit enter your choice (1-4): if the user enters 1, the program should ask for the radius of the circle and then display its area. use the following formula: area = ď€(the square of r) use 3.14159 for ď€ and the radius of the circle for r. if the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle’s area. use the following formula: area = length * width if the user enters 3, the program should ask for the length of the triangle’s base and its height, and then display its area. use the following formula: area = base * height * .5 if the user enters 4, the program should end. input validation: display an error message if the user enters a number outside the range of 1 through 4 when selecting an item from the menu. do not accept negative values for the circle’s radius, the rectangle’s length or width, or the triangle’s base or height. note: if the user enters an improper menu choice (1-4), the program prints "the valid choices are 1 through 4. run the program again and select one of those." if the user enters a negative radius, the program prints "the radius can not be less than zero." if the user enters a negative value for height or base, the program prints "only enter positive values for base and height."
Answers: 1
question
Computers and Technology, 24.06.2019 15:00
Universal windows platform is designed for which windows 10 version?
Answers: 1
You know the right answer?
Consider the following three CPU organizations:?CPU SS: A 2-core superscalar microprocessor that pro...
Questions
question
Advanced Placement (AP), 18.03.2021 03:00
question
Arts, 18.03.2021 03:00
question
English, 18.03.2021 03:00
question
Mathematics, 18.03.2021 03:00
question
Mathematics, 18.03.2021 03:00
question
Mathematics, 18.03.2021 03:00
question
Mathematics, 18.03.2021 03:00