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

[WIP] Try to enable LLVM auto vectorization. #6899

Closed
wants to merge 3 commits into from

Conversation

turbo0628
Copy link
Member

Issue: #6771

This is a proof of concept that LLVM auto vectorization can be leveraged by not offloading CPU range for and re-enable loop invariant code motion pass for single-level loops.

Apparently, multithreading is disabled with this regard.

Single threaded performance on M1: 7.5GB/s -> 50GB/s

Brief Summary

@netlify
Copy link

netlify bot commented Dec 14, 2022

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit a8df10a
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/63998019f333790008bc475e

@turbo0628 turbo0628 closed this Jan 30, 2023
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