Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-23 Thread Richard Biener
On Fri, Jun 23, 2017 at 12:25 PM, Bin.Cheng wrote: > And the patch. > > On Fri, Jun 23, 2017 at 11:24 AM, Bin.Cheng wrote: >> On Tue, Jun 20, 2017 at 12:34 PM, Richard Biener >> wrote: >>> On Tue, Jun 20, 2017 at 11:18 AM, Bin.Cheng wrote: On Fri, Jun 16, 2017 at 11:10 AM, Richard Biener >

Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-23 Thread Bin.Cheng
And the patch. On Fri, Jun 23, 2017 at 11:24 AM, Bin.Cheng wrote: > On Tue, Jun 20, 2017 at 12:34 PM, Richard Biener > wrote: >> On Tue, Jun 20, 2017 at 11:18 AM, Bin.Cheng wrote: >>> On Fri, Jun 16, 2017 at 11:10 AM, Richard Biener >>> wrote: On Mon, Jun 12, 2017 at 7:03 PM, Bin Cheng w

Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-23 Thread Bin.Cheng
On Tue, Jun 20, 2017 at 12:34 PM, Richard Biener wrote: > On Tue, Jun 20, 2017 at 11:18 AM, Bin.Cheng wrote: >> On Fri, Jun 16, 2017 at 11:10 AM, Richard Biener >> wrote: >>> On Mon, Jun 12, 2017 at 7:03 PM, Bin Cheng wrote: Hi, This patch checks and records if partition can be execut

Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-20 Thread Richard Biener
On Tue, Jun 20, 2017 at 11:18 AM, Bin.Cheng wrote: > On Fri, Jun 16, 2017 at 11:10 AM, Richard Biener > wrote: >> On Mon, Jun 12, 2017 at 7:03 PM, Bin Cheng wrote: >>> Hi, >>> This patch checks and records if partition can be executed in parallel by >>> looking if there exists data dependence cy

Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-20 Thread Bin.Cheng
On Fri, Jun 16, 2017 at 11:10 AM, Richard Biener wrote: > On Mon, Jun 12, 2017 at 7:03 PM, Bin Cheng wrote: >> Hi, >> This patch checks and records if partition can be executed in parallel by >> looking if there exists data dependence cycles. The information is needed >> for distribution because

Re: [PATCH GCC][11/13]Annotate partition by its parallelism execution type

2017-06-16 Thread Richard Biener
On Mon, Jun 12, 2017 at 7:03 PM, Bin Cheng wrote: > Hi, > This patch checks and records if partition can be executed in parallel by > looking if there exists data dependence cycles. The information is needed > for distribution because the idea is to distribute parallel type partitions > away from