Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Mem. address in bytes 0-2047 2048-4095 4096-6143 6144-8191 Figure B.32 Arrays layout in memory. Contents Array a Array b Array c Array d B.8 [5/5/5]
Mem. address in bytes 0-2047 2048-4095 4096-6143 6144-8191 Figure B.32 Arrays layout in memory. Contents Array a Array b Array c Array d B.8 [5/5/5] We want to observe the following calculation di-ai+bi*c :(0:511) Arrays a, b, c, and d memory layout is displayed below (each has 512 4-byte-wide integer elements) The above calculation employs a for loop that runs through 512 iterations. Assume a 32 Kbyte 4-way set associative cache with a single cycle access time. The miss penalty is 100 CPU cycles/access, and so is the cost of a write-back. The cache is a write-back on hits write-allocate on misses cache (Figure B.32) a. [5] How many cycles will an iteration take if all three loads and single store miss in the data cache? b. [5] If the cache line size is 16 bytes, what is the average number of c. [5] If the cache line size is 64 bytes, what is the average number of d. If the cache is direct-mapped and its size is reduced to 2048 bytes, what is the cycles an average iteration will take? (Hint: Spatial locality!) cycles an average iteration will take? average number of cycles an average iteration will take? Mem. address in bytes 0-2047 2048-4095 4096-6143 6144-8191 Figure B.32 Arrays layout in memory. Contents Array a Array b Array c Array d B.8 [5/5/5] We want to observe the following calculation di-ai+bi*c :(0:511) Arrays a, b, c, and d memory layout is displayed below (each has 512 4-byte-wide integer elements) The above calculation employs a for loop that runs through 512 iterations. Assume a 32 Kbyte 4-way set associative cache with a single cycle access time. The miss penalty is 100 CPU cycles/access, and so is the cost of a write-back. The cache is a write-back on hits write-allocate on misses cache (Figure B.32) a. [5] How many cycles will an iteration take if all three loads and single store miss in the data cache? b. [5] If the cache line size is 16 bytes, what is the average number of c. [5] If the cache line size is 64 bytes, what is the average number of d. If the cache is direct-mapped and its size is reduced to 2048 bytes, what is the cycles an average iteration will take? (Hint: Spatial locality!) cycles an average iteration will take? average number of cycles an average iteration will take
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