diff options
Diffstat (limited to 'src/intel/intel_driver.c')
-rw-r--r-- | src/intel/intel_driver.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/intel/intel_driver.c b/src/intel/intel_driver.c index 7c9f5d86..3cef2f89 100644 --- a/src/intel/intel_driver.c +++ b/src/intel/intel_driver.c @@ -427,12 +427,6 @@ cl_intel_driver_new(cl_context_prop props) intel_driver_t *driver = NULL; TRY_ALLOC_NO_ERR (driver, intel_driver_new()); intel_driver_open(driver, props); - /* We use the first 2 slots(0,1) for all the bufs. - * Notify the gbe this base index, thus gbe can avoid conflicts - * when it allocates slots for images*/ - if (CompilerSupported()) - compiler_set_image_base_index(3); - interp_set_image_base_index(3); exit: return driver; error: |