We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
kernel_tuner/backends/c.py
cc_version
gcc
g++
nvc++
The text was updated successfully, but these errors were encountered:
Just checking, this issue will be fixed by pull request #197 right?
Sorry, something went wrong.
Yes, for compilers including gcc, nvc, nvcc, nvc++, nvfortran.
Merge pull request #197 from KernelTuner/openacc
5b2cb6e
Merging OpenACC tuning support, and fixing Issue #193 in the process.
This should be fixed now.
No branches or pull requests
In file
kernel_tuner/backends/c.py
the way thatcc_version
is computed only works forgcc
/g++
and not for e.g.nvc++
or other compilers.The text was updated successfully, but these errors were encountered: