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

Introduction to performance optimization using Intel SW tools

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

When the dependency <S1,S2> is anti-dependence?

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

Варианты ответа
S1 X=…  S2 …=X
S1 X=…   S2 X=…
S1 …=X  S2 X=…
(Верный ответ)
Похожие вопросы
What is ANTI dependency?
When the dependence <S1,S2> is output-dependence
When the dependence <S1,S2> is true dependence
What is OUTPUT dependency?
What is FLOW dependency?
Required condition for dependency between S1 and S2 are the following:
Is there any dependence in this code?
DO I=1,N  S1 A(I)=…  S2 …=A(I)END DO
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
Dependency is
The dependency between S1 and S2 persist if