search for: r175060

Displaying 6 results from an estimated 6 matches for "r175060".

2013 Feb 13
0
[LLVMdev] Parallel Loop Metadata
On 02/12/2013 11:59 PM, Nadav Rotem wrote: > LGTM. Please commit. Committed in r175060. Thanks all for the feedback. Yes, let's see what evolves as the best way to keep the metadata updated after "non-serializing optimizations". This metadata is produced by pocl for the "work-item loops" in the work group functions. Perhaps the #pragma ivdep support in Clang...
2013 Feb 12
4
[LLVMdev] Parallel Loop Metadata
On Feb 12, 2013, at 1:41 PM, Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> wrote: > Hi, > > Here it is, just synched against the latest LLVM trunk. Shall I commit this > now? LGTM. Please commit. > After committing, it could be worth some planning what is the best way to > provide an easy to use mechanism to "refresh" the parallel loop mem > access
2013 Feb 21
3
[LLVMdev] Parallel Loop Metadata
...foo(); } } If the loops in foo and bar have the same loop id metadata and foo is inlined then you have two loops with the same id. paul On 2013-02-13, at 1:13 PM, Pekka Jääskeläinen wrote: > On 02/12/2013 11:59 PM, Nadav Rotem wrote: >> LGTM. Please commit. > > Committed in r175060. Thanks all for the feedback. > > Yes, let's see what evolves as the best way to keep the metadata > updated after "non-serializing optimizations". > > This metadata is produced by pocl for the "work-item loops" in > the work group functions. Perhaps the...
2013 Feb 21
0
[LLVMdev] Parallel Loop Metadata
...lly happens? I thought the self-referential metadata design prevented this problem? -Hal > > paul > > On 2013-02-13, at 1:13 PM, Pekka Jääskeläinen wrote: > > > On 02/12/2013 11:59 PM, Nadav Rotem wrote: > >> LGTM. Please commit. > > > > Committed in r175060. Thanks all for the feedback. > > > > Yes, let's see what evolves as the best way to keep the metadata > > updated after "non-serializing optimizations". > > > > This metadata is produced by pocl for the "work-item loops" in > > the work...
2013 Feb 15
2
[LLVMdev] Parallel Loop Metadata
...ingle loop latch. Clang, for example, generates loops with multiple backedges (e.g, while with continue.) How does pocl deal with this? paul On 2013-02-13, at 1:13 PM, Pekka Jääskeläinen wrote: > On 02/12/2013 11:59 PM, Nadav Rotem wrote: >> LGTM. Please commit. > > Committed in r175060. Thanks all for the feedback. > > Yes, let's see what evolves as the best way to keep the metadata > updated after "non-serializing optimizations". > > This metadata is produced by pocl for the "work-item loops" in > the work group functions. Perhaps the...
2013 Feb 21
2
[LLVMdev] Parallel Loop Metadata
...ial metadata design prevented this problem? > > -Hal > >> >> paul >> >> On 2013-02-13, at 1:13 PM, Pekka Jääskeläinen wrote: >> >>> On 02/12/2013 11:59 PM, Nadav Rotem wrote: >>>> LGTM. Please commit. >>> >>> Committed in r175060. Thanks all for the feedback. >>> >>> Yes, let's see what evolves as the best way to keep the metadata >>> updated after "non-serializing optimizations". >>> >>> This metadata is produced by pocl for the "work-item loops" in >&...