-
Notifications
You must be signed in to change notification settings - Fork 231
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
linalg.py failing with PGI openacc #1528
Comments
@Leitevmd have you guys ever encountered this issue? this could potentially be relevant to you |
After merging
instead of
|
The above generated code is working but probably not optimal. |
This can be probably closed now, as reduction is avoided, in purpose as I understand from #2226 |
have u tested it recently? but regardless, probably it can indeed be closed |
Failing on the reduction clause
to reproduce:
pgi+openacc
python3 misc/linalg.py mat-vec
Some discussion: https://devitocodes.slack.com/archives/CQ0AT90R0/p1607003860367600
The text was updated successfully, but these errors were encountered: