[Beignet] [PATCH] Runtime: change default tiling mode to TILE_X from TILE_Y.

2014-05-09 Thread Zhigang Gong
Nanhai found that tiling mode does matter the performance much for some cases. So make the tiling mode configurable at runtime and make the default tiling mode as TILE_X which is much better than the original TILE_Y for many cases. At runtime, it is easy to change the default tiling mode as below

[Beignet] [PATCH] separate runtime(libcl.so) and compiler(libgbe.so)

2014-05-09 Thread Guo Yejun
On embedded/handheld devices, storage and memory are scarce, it is necessary to provide only the OpenCL runtime library with small size, and only the executable binary kernel will be supported on such device. At the beginning of process (before function main), OpenCL runtime (libcl.so) will try

Re: [Beignet] [V2 PATCH 1/6] Update the device info description for HSW

2014-05-09 Thread He Junyan
OK, name modified and new patch sent On Thu, 2014-05-08 at 07:43 -0400, Jesper Pedersen wrote: Hi, On 05/07/2014 06:02 AM, junyan...@inbox.com wrote: From: Junyan He junyan...@linux.intel.com Split the cl_device_id description for HSW into GT1, GT2 and GT3, with different parameters.