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

Polyhedral optimization #90

Open
windelbouwman opened this issue Jun 15, 2020 · 2 comments
Open

Polyhedral optimization #90

windelbouwman opened this issue Jun 15, 2020 · 2 comments

Comments

@windelbouwman
Copy link
Owner

This looks cool:

https://polly.llvm.org/performance.html

How would we integrate this?

@pfalcon
Copy link
Contributor

pfalcon commented Jun 15, 2020

What's so cool about? Polyhedral-model optimization looks like "corporate bloat" of compiler optimizations. Loop parallelization for multiprocessors and the like - what can be more boring? ;-) People don't build such CPU on kitchen tables.

I recently looked for what loop optimizations PPCI does at all, and saw nothing. I'd suggest to start with classic loop optimizations like loop invariant code motions and induction variable optimization.

@pfalcon
Copy link
Contributor

pfalcon commented Oct 23, 2020

Related: https://github.com/inducer/loopy . "A code generator for array-based code on CPUs and GPUs". Pure-Python. It doesn't mention "polyhedral optimization" specifically, but does some loop munging associated with it (like tiling, etc.).

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