Previous | Next --- Slide 77 of 87
Back to Lecture Thumbnails
ParallelPorcupine

Having multiple execution contexts allows for switching to another thread.

anonymoose

Why is it that multiple execution contexts is necessary for multiple threads, but multiple operations via SIMD are able to 'play nice' and use the same execution context? Are execution contexts separate from processors' memory registers?