Visible to Intel only — GUID: GUID-091B9366-E663-445A-B925-7446B620C8FF
Visible to Intel only — GUID: GUID-091B9366-E663-445A-B925-7446B620C8FF
Key Concepts
This group of topics introduces you to the key concepts and terms needed to add parallelism to a program. A list of key terms is also provided.
Over the last few years, processor technology found in personal laptops, desktops, and enterprise servers has shifted from making single-core processors faster to having multiple cores in each processor.
In a parallel program, portions of the program (tasks) may execute at the same time. On multi-core systems, this can provide better performance.
To parallelize your application, you need to identify the potential parallel tasks, modify your code to r