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

Introduction to performance optimization using Intel SW tools

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

nowait directive is used for:

(Отметьте один правильный вариант ответа.)

Варианты ответа
tell the compiler to start executing before init ends
to disable synchronization at the end of the loop(Верный ответ)
to disable additional delays in the threads
avoid "Press any key to exit" at the end of the program
Похожие вопросы
Required condition for dependency between S1 and S2 are the following:
What directive is used to create synchronization point?
What directive will force compiler to parallelize following loop?
What directive suggest the compiler to not parallelize following loop?
What directive marks sequential execution block?
What directive will force compiler to parallelize following loop if it is safe?
What directive is used to mark a piece of code to be executed by master thread only?
What directive is used to avoid incorrect concurrent usage of the lval variable?
Statement M dominates N if
What is the meaning of restrict attribute at pointer definition in С/С++?