Runtime: increase batch size to 8K.
authorRuiling Song <ruiling.song@intel.com>
Fri, 11 Apr 2014 06:48:17 +0000 (14:48 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 16 Apr 2014 02:04:37 +0000 (10:04 +0800)
commit45530f39acc1741156c25520300f8e515ac43c33
tree5fcf8127ce9ba33b4a786856bb351b4be7ebfabb
parent4bfa29a138b46b72a20226d8b2eae081ccff3293
Runtime: increase batch size to 8K.

We met an assert on max_reloc in libdrm. So we simply work around it by
increase the batch size, then libdrm could allow more bo relocations.
This fix the the assert running ocl HaarFixture test under simd8.

Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/intel/intel_driver.c