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

Apply LLVM patch for faster AVX512 max operation #31289

Closed
nlw0 opened this issue Mar 7, 2019 · 2 comments
Closed

Apply LLVM patch for faster AVX512 max operation #31289

nlw0 opened this issue Mar 7, 2019 · 2 comments

Comments

@nlw0
Copy link
Contributor

nlw0 commented Mar 7, 2019

This is a request to pull a patch from LLVM into the Julia patches. It solves a performance issue with the vectorized "max" operator in AVX512 machines. This is the bug report:
https://bugs.llvm.org/show_bug.cgi?id=40984

The patch:
llvm/llvm-project@3acc423

Also related:
eschnett/SIMD.jl#47

@Keno
Copy link
Member

Keno commented Mar 7, 2019

Wanna send a PR to this effect? Just put the patch in deps/patches and add it to the list in deps/llvm.mk.

@nlw0
Copy link
Contributor Author

nlw0 commented Mar 7, 2019

I'll try

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

No branches or pull requests

2 participants