Just for clarity. Does Local Memory refer to the memory allocated to a certain program? And does the Global memory refer the the Main memory?
I am reading about Uniform Memory Access time and Non Uniform Memory Access time. They say a multiprocessor computer has a Uniform Memory Access time if the time it takes to access memory data locally is the same as the amount of time it takes to access data globally.
I thought by "locally" they are referring to a cache, but in the preceding statements they clarify that a local memory is not a cache.