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

Adds AVX2/FMA flags to CUDA compilation #844

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

atilag
Copy link
Member

@atilag atilag commented Jul 24, 2020

Summary

After merging SIMD support, we broke CUDA build.
This PR fixes the problem

Details and comments

We are adding a constraint -- From now onwards (until #843 is fixed) we have to build CUDA wheels packages with AVX2/FMA (SIMD) support, so users installing it will have to make sure their CPUs support these features (which is only a problem for very old CPUs).

@chriseclectic chriseclectic merged commit 236674e into Qiskit:master Jul 24, 2020
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.

2 participants