Runtime: fix the incorrect global mem size.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 30 Aug 2013 05:23:06 +0000 (13:23 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Wed, 4 Sep 2013 03:37:44 +0000 (11:37 +0800)
commit98df3ca0d785a5d08699b4fd9d3644d56271dcbd
treee7ac692e4519e1910e5c99e2accb4d07c4a59d20
parentcffc1b9b0af0cae6c27109f7ba8c3cbb12a78257
Runtime: fix the incorrect global mem size.

The max_mem_alloc_size is 128M, we should set global mem size
less or equal to it. May be we can set both of them to much
larger than 128M in the future. For now, just set it to 128MB.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_gt_device.h