Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Reduction Tests fail on Intel 18 with aggressive vectorization on #774

Closed
crtrott opened this issue May 4, 2017 · 2 comments
Closed
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@crtrott
Copy link
Member

crtrott commented May 4, 2017

Apparently the compiler ignores the dependency of the reduction variable between iterations ...

@crtrott crtrott added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label May 4, 2017
@crtrott crtrott closed this as completed in 7393ab2 May 4, 2017
@crtrott crtrott reopened this May 4, 2017
@crtrott crtrott self-assigned this May 4, 2017
@hcedwar
Copy link
Contributor

hcedwar commented May 4, 2017

File a bug report with Intel?

@crtrott
Copy link
Member Author

crtrott commented May 4, 2017

Maybe, the semantics are bit murky of ivdep, there is no standardized behaviour ...

In particular: should the compiler ignore proven dependencies ?

crtrott added a commit to crtrott/kokkos that referenced this issue May 18, 2017
@crtrott crtrott closed this as completed May 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants