search for: gokulhcramaswamy

Displaying 4 results from an estimated 4 matches for "gokulhcramaswamy".

2011 Mar 22
0
[LLVMdev] Parallelization
On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy <gokulhcramaswamy at gmail.com > wrote: > 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 parallelizat...
2011 Mar 22
2
[LLVMdev] Parallelization
On 03/22/2011 01:56 PM, Reid Kleckner wrote: > On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy > <gokulhcramaswamy at gmail.com <mailto:gokulhcramaswamy at gmail.com>> wrote: > > 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 paralle...
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
2011 Mar 22
0
[LLVMdev] Parallelization
...to re-utilize that functionality for building something to this end? Thanks Nipun On Tue, Mar 22, 2011 at 3:28 PM, Tobias Grosser <grosser at fim.uni-passau.de>wrote: > On 03/22/2011 01:56 PM, Reid Kleckner wrote: > > On Tue, Mar 22, 2011 at 1:36 PM, Gokul Ramaswamy > > <gokulhcramaswamy at gmail.com <mailto:gokulhcramaswamy at gmail.com>> wrote: > > > > 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....