summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: remove "legacy Illegal pointer issue" section.runtime_devYang Rong2016-08-031-11/+0
* use different pointer alignment for different implementationGuo Yejun2016-08-033-7/+15
* remove "\n" in output message when test is failedGuo Yejun2016-08-034-4/+4
* utests: only check -dump-spir-binary on beignet implementationGuo Yejun2016-08-031-2/+4
* utests: change tolerance check for lgammaGuo Yejun2016-08-031-1/+1
* utests: fix issue of CL_PROGRAM_BINARY_SIZES queryGuo Yejun2016-08-031-4/+6
* utest: do not check the padding componenet for 3-component vector data typesGuo Yejun2016-08-032-2/+33
* change the bahavior when writing to 3-component vector data typesGuo Yejun2016-08-031-7/+0
* GBE: handle Instrinsic trap and unreachable instruction.Ruiling Song2016-07-221-1/+3
* GBE: Handle null and uninitialized pointer when do pointer/bti analysis.Ruiling Song2016-07-221-10/+31
* Backend: Fix image block write bug in simd8Pan Xiuli2016-07-201-1/+1
* Utest: Add check for OpenCL 2.0 extensionPan Xiuli2016-07-204-0/+36
* Utest: Add check for utest multithread runPan Xiuli2016-07-201-0/+1
* Utest: Add test case for sub_group_shuffle_down/up/xorPan Xiuli2016-07-207-0/+204
* Backend: Add intel_sub_group_shuffle_down/up/xor with shufflePan Xiuli2016-07-203-0/+52
* do not use const pointerGuo Yejun2016-07-204-7/+24
* Backend: Add gen8+ instruction compact supportPan Xiuli2016-07-206-69/+403
* Backend: Change disable compact to compact versionPan Xiuli2016-07-203-4/+4
* CMAKE: Make utests and benchmark not build for defaultPan Xiuli2016-07-203-2/+4
* Runtime: set size member of cl_image created by clCreateImageFromFdINTEL.Chuanbo Weng2016-07-202-6/+17
* GBE: handle mad with execution width of one.Ruiling Song2016-07-201-2/+12
* Backend: Refine sel ir optimizationPan Xiuli2016-07-151-6/+11
* Backend: Add missing math function control code for gen8+Pan Xiuli2016-07-151-0/+2
* Utest: Add check for cl_intel_subgroups extension testsPan Xiuli2016-07-1517-13/+189
* Runtime: Add subgroup extension API in clGetExtensionFunctionAddressPan Xiuli2016-07-151-0/+1
* Report build failures in backend to the build logRebecca N. Palmer2016-07-134-14/+59
* Runtime: set the sub slice according to kernel pooled EU configure.Yang Rong2016-07-063-0/+37
* enlarge buf size to avoid memory out of range written by GPU (kernel)Guo Yejun2016-07-041-7/+14
* GBE: reorder the condition to avoid array overflow.Yang Rong2016-07-041-1/+1
* utests: add access qualifier for image in kernelGuo Yejun2016-06-301-1/+1
* Runtime: fix one typo error.Chuanbo Weng2016-06-301-1/+1
* CMAKE: Use DRM_INTEL_LIBDIR for CHECK_LIBRARY_EXISTS pathPan Xiuli2016-06-301-3/+3
* Backend: Refine block read imagePan Xiuli2016-06-242-11/+22
* Backend: Refine block read/write bufferPan Xiuli2016-06-247-87/+264
* update android version.Zhigang Gong2016-06-241-1/+1
* Remove nonexisting unit test cases in Android.mk.Zhigang Gong2016-06-241-2/+0
* GBE: Improve spill policy by considering use count.Ruiling Song2016-06-246-114/+302
* GBE: Fix two bugs in loop preheader.Ruiling Song2016-06-242-1/+3
* Runtime: Add intel_subgroups extensionsPan Xiuli2016-06-241-2/+3
* GBE: warning when the GEN binary version mismatch.Yang Rong2016-06-233-15/+29
* GBE: change GEN binary format.Yang Rong2016-06-2311-93/+107
* Runtime: fix caffe segmentation fault when exit.Yang Rong2016-06-232-2/+11
* GBE: fix caffe fft tests fail.Yang Rong2016-06-231-3/+5
* GBE: fix a memset typo.Yang Rong2016-06-231-1/+1
* CMake: use CHECK_LIBRARY_EXISTS to check the function instead of version.Yang Rong2016-06-232-31/+34
* CMake: Fix a cmake warning.Yang Rong2016-06-231-1/+0
* GBE: fix a patch JMPI assert.Yang Rong2016-06-231-1/+1
* Runtime: Use uanme to get kernel architecture.Yang Rong2016-06-231-5/+9
* Libocl: Add define for new added cl_khr_3d_image_writes extensionPan Xiuli2016-06-221-0/+1
* output message instead of assert when .bc file does not existGuo Yejun2016-06-221-2/+6