Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Emil Velikov
On 31 May 2017 at 21:14, Jan Vesely wrote: > On Wed, 2017-05-31 at 18:32 +0100, Emil Velikov wrote: >> On 31 May 2017 at 18:18, Jan Vesely wrote: >> > On Wed, 2017-05-31 at 17:48 +0100, Emil Velikov wrote: >> > > On 31 May 2017 at 16:32, Marek Olšák wrote: >> > > > On Wed, May 31, 2017 at 4:17 P

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Aaron Watry
On Wed, May 31, 2017 at 3:14 PM, Jan Vesely wrote: > On Wed, 2017-05-31 at 18:32 +0100, Emil Velikov wrote: > > On 31 May 2017 at 18:18, Jan Vesely wrote: > > > On Wed, 2017-05-31 at 17:48 +0100, Emil Velikov wrote: > > > > On 31 May 2017 at 16:32, Marek Olšák wrote: > > > > > On Wed, May 31, 2

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Jan Vesely
On Wed, 2017-05-31 at 18:32 +0100, Emil Velikov wrote: > On 31 May 2017 at 18:18, Jan Vesely wrote: > > On Wed, 2017-05-31 at 17:48 +0100, Emil Velikov wrote: > > > On 31 May 2017 at 16:32, Marek Olšák wrote: > > > > On Wed, May 31, 2017 at 4:17 PM, Jan Vesely > > > > wrote: > > > > > On Wed, 2

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Emil Velikov
On 31 May 2017 at 18:18, Jan Vesely wrote: > On Wed, 2017-05-31 at 17:48 +0100, Emil Velikov wrote: >> On 31 May 2017 at 16:32, Marek Olšák wrote: >> > On Wed, May 31, 2017 at 4:17 PM, Jan Vesely wrote: >> > > On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: >> > > > On 29 May 2017 at 16:3

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Jan Vesely
On Wed, 2017-05-31 at 17:48 +0100, Emil Velikov wrote: > On 31 May 2017 at 16:32, Marek Olšák wrote: > > On Wed, May 31, 2017 at 4:17 PM, Jan Vesely wrote: > > > On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: > > > > On 29 May 2017 at 16:33, Marek Olšák wrote: > > > > > The "ac" function

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Marek Olšák
On Wed, May 31, 2017 at 6:48 PM, Emil Velikov wrote: > On 31 May 2017 at 16:32, Marek Olšák wrote: >> On Wed, May 31, 2017 at 4:17 PM, Jan Vesely wrote: >>> On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: On 29 May 2017 at 16:33, Marek Olšák wrote: > The "ac" functions could al

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Emil Velikov
On 31 May 2017 at 16:32, Marek Olšák wrote: > On Wed, May 31, 2017 at 4:17 PM, Jan Vesely wrote: >> On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: >>> On 29 May 2017 at 16:33, Marek Olšák wrote: >>> > The "ac" functions could also be forked and put into r600 if people >>> > want to prese

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Marek Olšák
On Wed, May 31, 2017 at 4:17 PM, Jan Vesely wrote: > On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: >> On 29 May 2017 at 16:33, Marek Olšák wrote: >> > The "ac" functions could also be forked and put into r600 if people >> > want to preserve the OpenCL support. That would remove the depen

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Jan Vesely
On Wed, 2017-05-31 at 13:33 +0100, Emil Velikov wrote: > On 29 May 2017 at 16:33, Marek Olšák wrote: > > The "ac" functions could also be forked and put into r600 if people > > want to preserve the OpenCL support. That would remove the dependency > > on "ac". > > I thought amdgpu.a was supposed

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-31 Thread Emil Velikov
On 29 May 2017 at 16:33, Marek Olšák wrote: > The "ac" functions could also be forked and put into r600 if people > want to preserve the OpenCL support. That would remove the dependency > on "ac". > Any objections if we defer this to the person working on r600+OpenCL, or is that a must for the ser

Re: [Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-29 Thread Marek Olšák
The "ac" functions could also be forked and put into r600 if people want to preserve the OpenCL support. That would remove the dependency on "ac". Marek On Mon, May 29, 2017 at 3:46 PM, Emil Velikov wrote: > From: Emil Velikov > > The code hasn't bee en touched in a very long time, and was neve

[Mesa-dev] [PATCH v2 2/5] r600: remove custom and incomplete OpenCL code paths

2017-05-29 Thread Emil Velikov
From: Emil Velikov The code hasn't bee en touched in a very long time, and was never completed. It is conditionally built only when OpenCL is selected at built time, and pulls the libamd_common static library, which in itself depends on amdgpu. With later commit(s) we'll address the amdgpu depe