search for: 8011dba8

Displaying 2 results from an estimated 2 matches for "8011dba8".

2020 Feb 29
3
Multi-Threading Compilers
...mplicated and very slow. MLIR defines this away from the beginning. This is a result of the core IR design, not the pass manager design itself. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200229/8011dba8/attachment.html>
2020 Feb 28
5
Multi-Threading Compilers
On 2/28/20 12:19 AM, Chris Lattner wrote: > Hi Nicholas, > > You might want to check out MLIR: its pass manager is already automatically and implicitly multithreaded. > > -Chris Chris, I was aware that LLVM was moving to MLIR at some point due to this. I've curious as to how MLIR deals with IPO as that's the problem I was running into. Even if you have pipelines what