Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-08-14 Thread Jan Vesely
On Mon, 2018-08-13 at 20:06 -0400, Jan Vesely wrote: > On Mon, 2018-08-13 at 23:29 +0300, Matt Arsenault wrote: > > > On May 8, 2018, at 18:45, Jan Vesely wrote: > > > > > > On Tue, 2018-05-08 at 13:28 +0300, Matt Arsenault wrote: > > > > > On Apr 8, 2018, at 19:56, Jan Vesely wrote: > > > > >

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-08-13 Thread Jan Vesely
On Mon, 2018-08-13 at 23:29 +0300, Matt Arsenault wrote: > > On May 8, 2018, at 18:45, Jan Vesely wrote: > > > > On Tue, 2018-05-08 at 13:28 +0300, Matt Arsenault wrote: > > > > On Apr 8, 2018, at 19:56, Jan Vesely wrote: > > > > > > > > On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote:

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-08-13 Thread Matt Arsenault
> On May 8, 2018, at 18:45, Jan Vesely wrote: > > On Tue, 2018-05-08 at 13:28 +0300, Matt Arsenault wrote: >>> On Apr 8, 2018, at 19:56, Jan Vesely wrote: >>> >>> On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote: ping >>> >>> I'll need to setup the rocm stack to test this. It wil

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-05-08 Thread Jan Vesely
On Tue, 2018-05-08 at 13:28 +0300, Matt Arsenault wrote: > > On Apr 8, 2018, at 19:56, Jan Vesely wrote: > > > > On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote: > > > ping > > > > I'll need to setup the rocm stack to test this. It will take some time. > > It should work with clover as w

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-05-08 Thread Matt Arsenault
> On Apr 8, 2018, at 19:56, Jan Vesely wrote: > > On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote: >> ping > > I'll need to setup the rocm stack to test this. It will take some time. > It should work with clover as well (modulo bugs; asm parser, function > calls, ...), right? > > Jan

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-04-08 Thread Jan Vesely
On Fri, 2018-04-06 at 00:49 -0400, Matt Arsenault wrote: > ping I'll need to setup the rocm stack to test this. It will take some time. It should work with clover as well (modulo bugs; asm parser, function calls, ...), right? Jan > > > On Mar 29, 2018, at 11:29, Matt Arsenault wrote: > > > >

Re: [Piglit] [PATCH] cl: Add test for CSR VGPRs caused by SGPR spilling

2018-04-05 Thread Matt Arsenault
ping > On Mar 29, 2018, at 11:29, Matt Arsenault wrote: > > Make sure if a CSR VGPR is needed for SGPR spilling, it is > properly saved and restored. > --- > .../execute/amdgcn-callee-saved-registers.cl | 52 ++ > 1 file changed, 52 insertions(+) > create mode 100644 tes