summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* standalone utest for unified OpenCL implementation.Luo Xionghu2016-04-221-2/+2
* add sanity check for Image Region in runtime.Luo Xionghu2016-04-221-0/+5
* Implement printf buffer management.Yan Wang2016-04-227-123/+44
* Runtime: Add SKL device id for new SKL devicePan Xiuli2016-04-082-4/+20
* Increase size for compile log outputGiuseppe Bilotta2016-04-081-2/+3
* Add condition checking of residuals because it may be NULL.Yan Wang2016-04-051-3/+6
* fix typo for DEBUGP to avoid print extra empty lineGuo Yejun2016-01-191-3/+5
* change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun2016-01-081-1/+1
* SKL: use the hw defautl value mocs index before linux 4.3.Yang Rong2016-01-051-1/+15
* do not call memcpy for cl_enqueue_read_buffer if userptr is enabledGuo Yejun2016-01-051-1/+4
* output warning message if do not find a good local_work_sizeGuo Yejun2015-12-233-5/+17
* Driver: Fix GPGPU delete bugPan Xiuli2015-12-231-2/+2
* Runtime: because double's built-ins haven't completely support, so disable it...Yang Rong2015-12-231-0/+21
* add support for build option -cl-fast-relaxed-mathGuo Yejun2015-12-211-1/+1
* Runtime: Add the threadid calculation for curbe.Junyan He2015-12-141-1/+11
* add Broxton supportGuo Yejun2015-12-143-7/+41
* runtime: add macro DEBUGP() to handle debug printf.Ruiling Song2015-12-102-3/+9
* SKL: Use kernel-defined MOCS values instead of assuming hardware defaults.Francisco Jerez2015-12-091-2/+2
* fix gcc build error.Luo Xionghu2015-12-092-2/+2
* runtime: add missing supported format image_1d_buffer.Luo Xionghu2015-12-091-0/+1
* runtime: fix clLinkProgram bug.Luo Xionghu2015-12-091-0/+10
* runtime: fix clCompileProgram bug.Luo Xionghu2015-12-093-13/+6
* runtime: initialize the memory content to 0.Luo Xionghu2015-12-091-0/+1
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-0914-14/+491
* check image from buffer's base address alignment.Luo Xionghu2015-11-261-0/+9
* runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong2015-11-255-6/+13
* Runtime: return the correct error code in cl_event_check_waitlist.Yang Rong2015-11-191-2/+4
* Runtime: Bind the profiling buffer when profiling enabled.Junyan He2015-11-176-1/+126
* Add profiling info APIs to runtime.Junyan He2015-11-172-0/+18
* CMake: Add -lrt to the link command of libcl.soJunyan He2015-11-171-0/+1
* Full support of cl_intel_motion_estimation extension.Chuanbo Weng2015-11-171-33/+166
* runtime: extension size not enough.Luo Xionghu2015-11-113-3/+10
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-1021-33/+914
* Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng2015-11-106-0/+125
* Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng2015-11-106-3/+93
* set the pitch of image from buffer to the buffer's pitch.Luo Xionghu2015-11-041-1/+6
* fix regression issue for climage + uesrptrGuo Yejun2015-11-031-1/+2
* runtime: dynamically get global memory size and max alloc sizePan Xiuli2015-11-032-4/+20
* driver: add setup_bti_gen9 for bigger buffer up to 4GPan Xiuli2015-11-031-2/+39
* runtime: refine the cl_device_id to support bigger memoryPan Xiuli2015-11-036-11/+73
* drivers: change the buf size to size_tPan Xiuli2015-11-032-9/+12
* Runtime: Refine ext enable function for platform.Junyan He2015-10-273-19/+54
* Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong2015-10-213-0/+4
* use table to define and query binary headers.Luo Xionghu2015-10-212-26/+39
* add conditions of pitch and h to enable userptr for climage_use_host_ptrGuo Yejun2015-10-201-1/+4
* pitchalignment should be set to 1.Luo Xionghu2015-10-201-1/+1
* Revert "return 32 could gain 0.2% performance on opencv optical flow case."Luo Xionghu2015-10-201-1/+1
* alignment of NO TILING surface limitation shouldn't be removed.Luo Xionghu2015-10-201-3/+4
* enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun2015-10-143-18/+44
* refine code to separate the usage of data and image2d_from_bufferGuo Yejun2015-10-143-26/+38