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

errors about OpenACC C 1.0 #12

Open
taxift opened this issue Sep 27, 2021 · 0 comments
Open

errors about OpenACC C 1.0 #12

taxift opened this issue Sep 27, 2021 · 0 comments

Comments

@taxift
Copy link

taxift commented Sep 27, 2021

These are errors other than my pull reqest.

Language: C
Environmet: PGI 20.4 and NVHPC 21.2, NVIDIA V100

When testing OpenACC 1.0, the compilation T3 of kernels_copyin.c fail about no declare "devtest". Maybe T3 does not think about OpenACC 1.0-2.4 because "devtest" is declared T2 and T2 only supports v2.5-2.7.

parallel_loop_async.c has an error. This test supports v1.0-2.7. But "reduction(+:errors[x])" is not supported with v1.0-2.6.

Compilations of Following files fail about long double type.

  • parallel_loop_reduction_add_general_type_check_pt2.c
  • parallel_loop_reduction_add_general_type_check_pt3.c

parallel_loop_reduction_add_general_type_check_pt1.c can be compiled. But the execution of T1 returns an error.
But, when it was compiled by GCC, the execution succeeded. So an error of this file are probably caused PGI and NVHPC.

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