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

C compiler version parsing error #193

Closed
isazi opened this issue Apr 6, 2023 · 3 comments
Closed

C compiler version parsing error #193

isazi opened this issue Apr 6, 2023 · 3 comments
Labels

Comments

@isazi
Copy link
Collaborator

isazi commented Apr 6, 2023

In file kernel_tuner/backends/c.py the way that cc_version is computed only works for gcc/g++ and not for e.g. nvc++ or other compilers.

@isazi isazi added the bug label Apr 6, 2023
@isazi isazi mentioned this issue Apr 7, 2023
@benvanwerkhoven
Copy link
Collaborator

Just checking, this issue will be fixed by pull request #197 right?

@isazi
Copy link
Collaborator Author

isazi commented Jun 2, 2023

Yes, for compilers including gcc, nvc, nvcc, nvc++, nvfortran.

isazi added a commit that referenced this issue Oct 4, 2023
Merging OpenACC tuning support, and fixing Issue #193 in the process.
@isazi
Copy link
Collaborator Author

isazi commented Oct 4, 2023

This should be fixed now.

@isazi isazi closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants