Previous | Next --- Slide 8 of 56
Back to Lecture Thumbnails
acortes

To clarify, uniform does not mean that the variable does not change but rather that all instances are in agreement of what the variable is.

anon

If the variable can change, how does this affect memory access time when we are using multiple cores? Will we not be able to use caches and instead have to rely on main memory for each access?