subject

Recall the example involving cache reads of a two-dimensional array (shown below). How does a larger matrix and a larger cache affect the performance
of the two pairs of nested loops? What happens if MAX = 8 and the cache can
store four lines? How many hits and misses occur in the reads of A in the first pair of
nested loops? How many hits and misses occur in the second pair? Please show your answer.

double A[MAX][MAX], x[MAX], y[MAX];
. . .
/∗ Initialize A and x, assign y = 0 ∗/
. . .
/∗ First pair of loops ∗/
for (i = 0; i < MAX; i++)
for (j = 0; j < MAX; j++)
y[i] += A[i][j]∗x[j];
. . .
/∗ Assign y = 0 ∗/
. . .
/∗ Second pair of loops ∗/
for (j = 0; j < MAX; j++)
for (i = 0; i < MAX; i++)
y[i] += A[i][j]∗x[j];

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:30
Raveena is making a professional presentation for a newly launched product of her company. she wants to incorporate the following features in her presentation. a) to add serial numbers in each slide b) to add name of her company on top of each slide. c) to add the picture of her product on the second slide(the picture of her product is stored on her computer) write the commands/features of her presentation tool using which she can perform the above operations.
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Open this link after reading about ana's situation. complete each sentence using the drop-downs. ana would need a minimum of ato work as a translator. according to job outlook information, the number of jobs for translators willin the future.
Answers: 3
question
Computers and Technology, 23.06.2019 17:30
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
Lakendra finished working on her monthly report. in looking it over, she saw that it had large blocks of white space. what steps could lakendra take to reduce the amount of white space?
Answers: 3
You know the right answer?
Recall the example involving cache reads of a two-dimensional array (shown below). How does a large...
Questions
question
Mathematics, 10.11.2020 01:00
question
Mathematics, 10.11.2020 01:00
question
Mathematics, 10.11.2020 01:00
question
Mathematics, 10.11.2020 01:00
question
History, 10.11.2020 01:00
question
English, 10.11.2020 01:00
question
Business, 10.11.2020 01:00
Questions on the website: 13722362