search for: f35b79a7

Displaying 2 results from an estimated 2 matches for "f35b79a7".

2012 Feb 06
0
[LLVMdev] Vectorization: Next Steps
...cognize and rewrite recurrences and reductions, and insert synchronization where helpful, using a variety of directives to clarify their intent. Preston -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120206/f35b79a7/attachment.html>
2012 Feb 06
7
[LLVMdev] Vectorization: Next Steps
On Sat, Feb 4, 2012 at 2:27 PM, Hal Finkel <hfinkel at anl.gov> wrote: > On Fri, 2012-02-03 at 20:59 -0800, Preston Briggs wrote: >> so are building a dependence graph for a complete function.  Of >> course, such a thing is useful for vectorization and all sorts of >> other dependence-based loop transforms. >> >> I'm looking at the problem in two parts: