When does the cpu start to prefetch data? For example, there is an array int arr[20][8]. When I visit arr[k][0], k=1,2,3,4,5,6,7. The cpu will pref
int arr[20][8]
arr[k][0], k=1,2,3,4,5,6,7