Re: [Mesa-dev] Ideas on loop unrolling, loop examples, and my GSoC-blog

2015-06-05 Thread Thomas Helland
2015-06-01 12:15 GMT+02:00 Eero Tamminen : > Hi, > > On 05/29/2015 07:04 PM, Connor Abbott wrote: >> >> On Fri, May 29, 2015 at 6:23 AM, Eero Tamminen >> wrote: >>> >>> On 05/28/2015 10:19 PM, Thomas Helland wrote: One more thing; Is there a limit where the loop body gets so la

Re: [Mesa-dev] Ideas on loop unrolling, loop examples, and my GSoC-blog

2015-06-01 Thread Eero Tamminen
Hi, On 05/29/2015 07:04 PM, Connor Abbott wrote: On Fri, May 29, 2015 at 6:23 AM, Eero Tamminen wrote: On 05/28/2015 10:19 PM, Thomas Helland wrote: One more thing; Is there a limit where the loop body gets so large that we want to decide that "gah, this sucks, no point in unrolling this"? I

Re: [Mesa-dev] Ideas on loop unrolling, loop examples, and my GSoC-blog

2015-05-29 Thread Connor Abbott
On Fri, May 29, 2015 at 6:23 AM, Eero Tamminen wrote: > Hi, > > On 05/28/2015 10:19 PM, Thomas Helland wrote: >> >> One more thing; >> Is there a limit where the loop body gets so large that we >> want to decide that "gah, this sucks, no point in unrolling this"? >> I imagine as the loops get larg

Re: [Mesa-dev] Ideas on loop unrolling, loop examples, and my GSoC-blog

2015-05-29 Thread Eero Tamminen
Hi, On 05/28/2015 10:19 PM, Thomas Helland wrote: One more thing; Is there a limit where the loop body gets so large that we want to decide that "gah, this sucks, no point in unrolling this"? I imagine as the loops get large there will be a case of diminishing returns from the unrolling? I thi

[Mesa-dev] Ideas on loop unrolling, loop examples, and my GSoC-blog

2015-05-28 Thread Thomas Helland
Hi everyone, For those interested I will be writing a blog at: https://hellthom.wordpress.com/ where I will be documenting my progress in GSoC (at least bi-weekly). It also has some info about me in the "about" section. If there is anything else you want to know, or think I should add, just holla.