База ответов ИНТУИТ

Introduction to performance optimization using Intel SW tools

<<- Назад к вопросам

How parallelization in Intel compiler is implemented?

(Ответ считается верным, если отмечены все правильные варианты ответов.)

Варианты ответа
The multiple instances of loop thread function are executed in different streams with different values of the boundaries(Верный ответ)
Iteration space is divided into parts, this parts are processed sequentially
Iterative loop space is divided into several parts and each is given to the separate thread(Верный ответ)
Multiple function instances are run in the same thread with different values of the boundaries
Похожие вопросы
How auto-parallelization is connected with other optimizations in Intel compiler?
What parallel library does Intel compiler use?
How the statements are connected inside the Intel compiler
What is loop parallelizing function in Intel compiler?
What criteria of connecting statements into a list inside Intel compiler
What is passed as an argument to loop parallelizing function in Intel compiler?
For parallelization it is required to:
What is an automatic parallelization propose?
Vectorization is parallelization technique when
What are necessary conditions for auto-parallelization?