search for: 7ac5ab96

Displaying 2 results from an estimated 2 matches for "7ac5ab96".

Did you mean: 7ac57b6
2011 Mar 22
0
[LLVMdev] Parallelization
...el to parallelize things ?? > No, you have to insert calls to things like pthreads or GOMP or OpenMP or whatever threading runtime you choose. Reid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110322/7ac5ab96/attachment.html>
2011 Mar 22
2
[LLVMdev] Parallelization
Hi Duncan Sands, As I have understood, GOMP and OpenMP provides support for parallelizing program at source program level. But I am at the IR level. That is I am trying to parallelize the IR code. This is the case of automatic parallelization. The programmer writing the code does not have any idea of parallelization going behind the hood. So my question is instead of support at the source