Runtime: Add support for Bay Trail-T device.
authorChuanbo Weng <chuanbo.weng@intel.com>
Thu, 10 Apr 2014 08:17:53 +0000 (16:17 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Thu, 17 Apr 2014 06:34:35 +0000 (14:34 +0800)
commit76411af89de50d07780d5f4589b8009822d720e9
treeff678f342b8d7310c0465d7e60e901d801469ca9
parentf9bb58ff731a296951af6650dd16fa579c49d1fc
Runtime: Add support for Bay Trail-T device.

According to the baytrial-t spec, baytrail-t has 4 EUs and each
EU has 8 threads. So the compute unit is 32 and the maximum
work group size is 32 * 8 which is 256.

Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com>
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_device_data.h
src/cl_device_id.c
utests/profiling_exec.cpp