Re: [Mesa-dev] Clover Platform Naming

2014-08-03 Thread Francisco Jerez
Aaron Watry writes: > Hi list, > > I was starting to look into getting cppamp-driver-ng working with > mesa/clover, and I quickly ran into a question... > > cppamp-driver-ng explicitly lists which platforms are supported in its > OpenCL back-end's source code. I went to add in the Mesa/Clover > e

Re: [Mesa-dev] Clover Platform Naming

2014-07-30 Thread Aaron Watry
These are the platforms recognized by cppamp-driver-ng, and what I'd need to add currently to get clover working on radeonsi (assuming we supported all the necessary built-ins and also enabled the static storage class specifier in clang successfully): Label I've assigned: Vendor String / Platform

Re: [Mesa-dev] Clover Platform Naming

2014-07-30 Thread Tom Stellard
On Tue, Jul 29, 2014 at 09:50:23AM -0500, Aaron Watry wrote: > Hi list, > > I was starting to look into getting cppamp-driver-ng working with > mesa/clover, and I quickly ran into a question... > > cppamp-driver-ng explicitly lists which platforms are supported in its > OpenCL back-end's source c

[Mesa-dev] Clover Platform Naming

2014-07-29 Thread Aaron Watry
Hi list, I was starting to look into getting cppamp-driver-ng working with mesa/clover, and I quickly ran into a question... cppamp-driver-ng explicitly lists which platforms are supported in its OpenCL back-end's source code. I went to add in the Mesa/Clover entries, and discovered that we're ac