Главная / Introduction to performance optimization using Intel SW tools / Choose the correct statements for the code: DO I=1,N S1 A(I) = B(I) + 1 S2 B(I+1) = A(I) – 5 END DO

Choose the correct statements for the code: DO I=1,N S1 A(I) = B(I) + 1 S2 B(I+1) = A(I) – 5 END DO

вопрос

Правильный ответ:

there is the dependency - <S1,S2>
there is loop dependency - <S2,S1>
there is data dependency inside the loop
there is control dependency inside the loop
there is no dependencies inside the loop
Сложность вопроса
95
Сложность курса: Introduction to performance optimization using Intel SW tools
91
Оценить вопрос
Очень сложно
Сложно
Средне
Легко
Очень легко
Комментарии:
Аноним
Гранд мерси за тесты по intuit.
03 дек 2020
Аноним
Это было сложно
30 июл 2019
Оставить комментарий
Другие ответы на вопросы из темы программирование интуит.