Re: [Mesa-dev] [PATCH] clover : Implement sub-devices

2014-04-29 Thread EdB
On Tuesday, April 29, 2014 04:21:35 PM Francisco Jerez wrote: > EdB writes: > > The implementation is basically a NOP > > but it conforms with OpenCL 1.2 > > > > As before, it needed CL 1.2 headers > > Pushed with a couple of minor-ish fixes [1]. > > [1] > http://cgit.freedesktop.org/mesa/mesa/

Re: [Mesa-dev] [PATCH] clover : Implement sub-devices

2014-04-29 Thread Francisco Jerez
EdB writes: > The implementation is basically a NOP > but it conforms with OpenCL 1.2 > > As before, it needed CL 1.2 headers Pushed with a couple of minor-ish fixes [1]. [1] http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fb05f929802bf32391e416ceb62a34b4571905c > --- > src/gallium/state_t

[Mesa-dev] [PATCH] clover : Implement sub-devices

2014-04-27 Thread EdB
The implementation is basically a NOP but it conforms with OpenCL 1.2 As before, it needed CL 1.2 headers --- src/gallium/state_trackers/clover/api/device.cpp | 59 ++ src/gallium/state_trackers/clover/api/dispatch.cpp | 6 +-- src/gallium/state_trackers/clover/api/dispatch