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

Wrong normalization for some clauses followed by expressions. #116

Open
XinyaoYI opened this issue Aug 7, 2021 · 0 comments
Open

Wrong normalization for some clauses followed by expressions. #116

XinyaoYI opened this issue Aug 7, 2021 · 0 comments
Assignees

Comments

@XinyaoYI
Copy link
Contributor

XinyaoYI commented Aug 7, 2021

Clauses followed by expressions like simdlen() is merged as below:
#pragma omp simd simdlen(8) simdlen(128) (this format is illegal)
result: #pragma omp simd simdlen(8,128)

ompparser will give a message: "Cannot have two simdlen clause for the directive, ignored" and then gives the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant