## Error in solution * I believe for *(c)* and *(d)* part of the problem the answer should be 8 as number of blocks int the grid is 8, however the answer is given to be 128. * Also for part *(f)* answer given is `7 operations/20 bytes` or `0.7 operations/byte` which is inconsistant as $\frac{7}{20} = 0.35$ ## Proposed solution * There are 8 versions of variable `y_s` and `b_s[]`, hence answer for *(c)* and *(d)* part must be 8 * for *(f)* part final answer should be `7 operations/20 bytes` or `0.35 operations/byte`.
Error in solution
7 operations/20 bytesor0.7 operations/bytewhich is inconsistant asProposed solution
y_sandb_s[], hence answer for (c) and (d) part must be 87 operations/20 bytesor0.35 operations/byte.