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

allow for setting march via env var #235

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

nonhermitian
Copy link
Collaborator

@nonhermitian nonhermitian commented Sep 30, 2024

A generic installation vectorizes only up to 128bits. Setting -march to the target platform can yield vectortization up to 512bits, if supported. This allows for setting that via an env var. We should probably have a config file that allows for setting arbitrary compiler flags, but this is good enough for now to enable benchmarking

@nonhermitian nonhermitian added this to the 3.0 milestone Sep 30, 2024
@nonhermitian nonhermitian merged commit beef1e5 into Qiskit:main Sep 30, 2024
5 checks passed
@nonhermitian nonhermitian deleted the set_arch branch September 30, 2024 17:35
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

Successfully merging this pull request may close these issues.

1 participant