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 autocorrelation() to run without MKL #3113

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

fritzo
Copy link
Member

@fritzo fritzo commented Jul 8, 2022

This allows pyro.ops.stats.autocorrelation() to run on CPU even without MKL, as that has apparently been fixed upstream. In retrospect, we should have implemented this as a try ... except block so that when the error was fixed upstream we could automatically use the function in Pyro; the try .. except block would merely have clarified the low-level error message.

Tested

  • covered by existing tests

@martinjankowiak martinjankowiak merged commit dc1351a into dev Jul 8, 2022
@martinjankowiak martinjankowiak deleted the autocorrelation-wo-mkl branch July 8, 2022 14:51
OlaRonning pushed a commit to aleatory-science/pyro that referenced this pull request Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants