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

Introduction to performance optimization using Intel SW tools

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

When the dependence <S1,S2> is output-dependence

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

Варианты ответа
S1 X=…  S2 …=X
S1 X=…  S2 X=…
(Верный ответ)
 S1 …=X  S2 X=…
Похожие вопросы
When the dependence <S1,S2> is true dependence
When the dependency <S1,S2> is anti-dependence?
Is there any dependence in this code?
DO I=1,N  S1 A(I+1) =F(I)  S2 F(I+1) = A(I)END DO
Is there any dependence in this code?
DO I=1,N  S1 A(I)=…  S2 …=A(I)END DO
What is OUTPUT dependency?
Required condition for dependency between S1 and S2 are the following:
Statement M dominates N if
What is the meaning of restrict attribute at pointer definition in С/С++?
Schedule clause accepts the following arguments:
What is __declspec(align(n)) pragma used for?