summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* KBL: add kabylake runtime support.Yang Rong2016-08-162-49/+177
* KBL: add kabylake pciids.Yang Rong2016-08-161-1/+54
* Runtime: Add assert of pthread_getspecific.Yang, Rong R2016-08-161-6/+9
* Runtime: fix a string overflow.Yang, Rong R2016-08-041-1/+1
* Runtime: Fix hang for bsw device with 12 EUPan Xiuli2016-08-031-1/+1
* Runtime: fix a userptr bug.Yang, Rong R2016-08-031-1/+3
* Runtime: set size member of cl_image created by clCreateImageFromFdINTEL.Chuanbo Weng2016-07-202-6/+17
* Runtime: Add subgroup extension API in clGetExtensionFunctionAddressPan Xiuli2016-07-151-0/+1
* Runtime: set the sub slice according to kernel pooled EU configure.Yang Rong2016-07-062-0/+25
* Runtime: fix one typo error.Chuanbo Weng2016-06-301-1/+1
* update android version.Zhigang Gong2016-06-241-1/+1
* Runtime: Add intel_subgroups extensionsPan Xiuli2016-06-241-2/+3
* GBE: warning when the GEN binary version mismatch.Yang Rong2016-06-231-2/+10
* Runtime: fix caffe segmentation fault when exit.Yang Rong2016-06-232-2/+11
* CMake: use CHECK_LIBRARY_EXISTS to check the function instead of version.Yang Rong2016-06-231-20/+20
* Runtime: Use uanme to get kernel architecture.Yang Rong2016-06-231-5/+9
* Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli2016-06-133-0/+112
* Runtime: Fix thread id calculation.Pan Xiuli2016-06-131-1/+1
* runtime: The depth should be 1 for CL_MEM_OBJECT_IMAGE2D in beignet's impleme...Chuanbo Weng2016-06-121-2/+2
* Add cl_khr_3d_image_writes into info string.Yan Wang2016-06-121-0/+2
* Runtime: Disable image hostptr for defaultPan Xiuli2016-06-121-1/+8
* Android: workaround libdrm flags.Yang Rong2016-05-272-4/+14
* Android: fix __thread keyword issue in android.Yang Rong2016-05-271-22/+52
* Android: add android mk files.Yang Rong2016-05-271-0/+124
* Android: change the saved file path.Yang Rong2016-05-271-0/+5
* runtime: thread_ids not initialized after created.Luo Xionghu2016-05-231-1/+3
* file name length overflow check.Luo Xionghu2016-05-231-3/+9
* runtime: error handling to avoid null pointer dereference.Luo Xionghu2016-05-238-15/+51
* Runtime: Fix memleak in build program for binPan Xiuli2016-05-181-1/+1
* Runtime: Fix memleak of barrier evnetsPan Xiuli2016-05-181-0/+1
* cl_api; Check image origin and region for NULLJan Vesely2016-05-121-0/+10
* only release cmrt device when it is already createdGuo Yejun2016-04-291-1/+2
* 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