Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To speed-up floating-point programs, many architectures have Multiply Accumulate (MAC) instructions (A = A + B * C) that take advantage of optimized hardware and

image text in transcribed
To speed-up floating-point programs, many architectures have Multiply Accumulate (MAC) instructions (A = A + B * C) that take advantage of optimized hardware and can help create fewer hazards than a pair of dependent instructions. We want to find out how much needs to be gained from using these MAC instructions in order to achieve a target speed-up of 1.2 (how well must the compiler take advantage of these new instructions and reduce hazards). Benchmarks ran on the original machine as well as on the new machine gave the following statistics (counts in millions of instructions, clock rate unchanged). Original Load/Store ALU FP- FP Branch Others Add MUL CPI 1.5 12 4.3 8.5 1.1 3 Instr 10 12 5 3 5 negligible Counts New Load/Store ALU FP FP MACS Branch Others Add MUL CPI 1.5 12 4.3 8.5 ? 1.1 3 Instr. 9 12 3 1 2 5 negligible Counts

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago