summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Modify all event related functions using new event handle.Junyan He2016-09-2813-2886/+1074
* Implement event related functions.Junyan He2016-09-234-0/+2883
* Add command queue's enqueue thread.Junyan He2016-09-232-0/+342
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-2313-161/+212
* Add WAIT_ON_COND and WAIT_ON_COND to base object.Junyan He2016-09-232-6/+38
* Add list operation to utils.Junyan He2016-09-231-1/+92
* enlarge scratch size for bxt 0x5a85Guo Yejun2016-09-231-2/+2
* enlarge stack size for chv since its EU might be maskedGuo Yejun2016-09-121-1/+1
* add another broxton pciid 0x5A85Guo Yejun2016-09-126-7/+46
* Utest: Change the kernel index to fit case indexPan Xiuli2016-09-121-1/+1
* toMB: use standard constantGiuseppe Bilotta2016-09-121-1/+1
* Fix shift-overflow warningGiuseppe Bilotta2016-09-121-1/+1
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-1223-1111/+220
* Backend: Refine gen ir ALU1 inst getTypePan Xiuli2016-09-122-13/+9
* GBE: fix uninitialized build warning.Yang Rong2016-09-061-1/+1
* Libocl: Fix get_sub_group_size bugPan Xiuli2016-09-051-2/+2
* Backend: Fix bug for sub/work group functionsPan Xiuli2016-09-052-14/+14
* Utest: Fix sub group shuffle for simd8Pan Xiuli2016-09-051-1/+1
* Backend: Fix simd shuffle base addressPan Xiuli2016-09-052-2/+2
* Utest: Fix sub group broadcast for simd8Pan Xiuli2016-09-052-2/+2
* Backend: Fix simd id will broke in simd8 modePan Xiuli2016-09-051-4/+6
* fix w of image when simulate image1dbuffer with image2dGuo Yejun2016-09-052-4/+3
* tests: Use python2 explicitlyJan Vesely2016-09-021-1/+1
* api: check kernel parameter before accessing itJan Vesely2016-09-021-1/+1
* Runtime: Apply base object to cl_accelerator_intelJunyan He2016-09-024-11/+14
* Runtime: Apply base_object to cl_kernelJunyan He2016-09-024-15/+16
* Runtime: Apply base object to cl_command_queue.Junyan He2016-09-024-11/+11
* Runtime: Apply base object to cl_contextJunyan He2016-09-024-12/+11
* Runtime: Apply base object to cl_eventJunyan He2016-09-024-11/+12
* Runtime: Apply base object to cl_mem.Junyan He2016-09-023-15/+15
* Runtime: Apply base object ot cl_sampler.Junyan He2016-09-025-11/+13
* Runtime: Apply base object to cl_device_idJunyan He2016-09-024-27/+20
* Runtime: Apply base object to cl_platform_idJunyan He2016-09-022-3/+6
* Runtime: Apply CL base object to program.Junyan He2016-09-024-14/+14
* Runtime: Add CL base object for all cl objects.Junyan He2016-09-024-0/+183
* Apply image offset to read/write/map operationsMark Thompson2016-09-011-4/+4
* Backend: Refine image block read with less vector and dst tmpPan Xiuli2016-08-312-32/+29
* Backend: Resize the selection instruction max dst numPan Xiuli2016-08-311-2/+2
* Libocl: Add define for cl_intel_subgroupsPan Xiuli2016-08-311-0/+1
* Runtime: Fix null device for clGetKernelWorkGroupInfoPan Xiuli2016-08-311-0/+2
* Backend: Fix printf bug for simd8Pan Xiuli2016-08-312-8/+4
* avoid too many messages when the driver could not find good values for local_...Guo Yejun2016-08-311-1/+10
* use OCL_MAP_BUFFER_GTT to map climageGuo Yejun2016-08-311-8/+8
* fix the condition to check if there are built-in kernelsGuo Yejun2016-08-311-1/+3
* Utest: Add test for half type subgroup functionsPan Xiuli2016-08-318-44/+367
* Backend: Refine block_read buffer with unaligned OWord block readPan Xiuli2016-08-312-4/+4
* Docs: update a readme typo.Yang Rong2016-08-301-1/+1
* Bump version to 1.3.Yang Rong2016-08-302-1/+7
* Docs: update readme.Yang Rong2016-08-301-57/+29
* KBL: add kabylake runtime support.Yang Rong2016-08-162-49/+177