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
When the TSL is generated, the required compiler arguments are derived from the lscpu list; either trhough py-cpuinfo or lscpu.
However, some flags have no direct mapping to compiler flags, especially avx512 flags, e.g.
Maybe we can conventionally just remove the underscores, but this might not be true for all flags.
The text was updated successfully, but these errors were encountered:
Added architecture mappings for avx512
1e65833
See issue #101
Fixed with #103
Sorry, something went wrong.
JPietrzykTUD
Successfully merging a pull request may close this issue.
When the TSL is generated, the required compiler arguments are derived from the lscpu list; either trhough py-cpuinfo or lscpu.
However, some flags have no direct mapping to compiler flags, especially avx512 flags, e.g.
Maybe we can conventionally just remove the underscores, but this might not be true for all flags.
The text was updated successfully, but these errors were encountered: