Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following vector code run on a 500 MHz version of VMIPS for a fixed vector length of 64. The latency of load and

Consider the following vector code run on a 500 MHz version of VMIPS for a fixed vector length of 64. The latency of load and store unit is 12 cycles, add unit 6 cycles, multiply unit 7 cycles and divide unit 20 cycles.

LV V1, Ra

MULV.D V2, V1, V3

ADDV.D V4, V1, V3

SV Rb, V2

SV Rc, V4

a) Assuming no chaining and a single memory pipeline, determine how many clock periods it would take to run the above VMIPS vector code.

b) If the vector sequence is chained, how many clock cycles it would take to run the above vector code?

c) Suppose VMIPS had three memory pipelines and chaining. If there were no bank conflicts in the accesses for the above loop, how many clock cycles are required to run this sequence?

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

Step: 3

blur-text-image

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

Beyond Big Data Using Social MDM To Drive Deep Customer Insight

Authors: Martin Oberhofer, Eberhard Hechler

1st Edition

0133509796, 9780133509793

More Books

Students also viewed these Databases questions

Question

What are the scope and purpose of the auditor's opinion?

Answered: 1 week ago