summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Bump to version 1.2.0.Release_v1.2.0Yang Rong2-0/+7
2016-08-30Docs: update readme.Yang Rong1-57/+29
2016-08-16KBL: add kabylake runtime support.Yang Rong2-49/+177
2016-08-16KBL: add kabylake backend support.Yang Rong5-3/+46
2016-08-16KBL: add kabylake pciids.Yang Rong1-1/+54
2016-08-16Runtime: Add assert of pthread_getspecific.Yang, Rong R1-6/+9
2016-08-16Fix the bug when we pass argument with spaces.Junyan He1-6/+67
2016-08-12Utest: Refine utest_run -l optionPan Xiuli3-8/+43
2016-08-12Utest: Fix utest case with issues valuePan Xiuli1-1/+1
2016-08-12Utest: Add half type mad test casePan Xiuli2-4/+71
2016-08-12Backend: Add half type for madPan Xiuli3-9/+14
2016-08-12Backend: Add half type support for sub group functionsPan Xiuli4-2/+33
2016-08-12Libocl: Add half type dotPan Xiuli2-0/+16
2016-08-12Utest: Add test case for half type vload\storePan Xiuli2-9/+31
2016-08-12Libocl: Add vload\store for half typePan Xiuli2-0/+2
2016-08-12Utest: Add as_float as_uint helper functionPan Xiuli2-0/+17
2016-08-12Utest: Move half related helper function into utest helperPan Xiuli3-137/+144
2016-08-12add help for 'make package'Guo Yejun1-0/+4
2016-08-04Runtime: fix a string overflow.Yang, Rong R1-1/+1
2016-08-03Runtime: Fix hang for bsw device with 12 EUPan Xiuli1-1/+1
2016-08-03Utset: Add check for workgroup testsPan Xiuli4-0/+106
2016-08-03GetGenID: add the miss pci ids.Yang, Rong R1-1/+17
2016-08-03FindLLVM: allow LLVM/Clang 3.8 and reorder the llvm-config priority.Yang Rong1-2/+2
2016-08-03Runtime: fix a userptr bug.Yang, Rong R1-1/+3
2016-08-03Backend: Optimization internal math, use madGrigore Lupescu1-253/+164
2016-08-03Backend: Optimization internal math, use nativeGrigore Lupescu1-1/+17
2016-08-03Backend: Optimization internal math, lower polynomialsGrigore Lupescu2-85/+47
2016-08-03Benchmark: Evaluate math performance on intervalsGrigore Lupescu3-1/+400
2016-08-03only check beignet special test cases on beignetGuo Yejun1-38/+47
2016-08-03README: remove "legacy Illegal pointer issue" section.Yang Rong1-11/+0
2016-08-03use different pointer alignment for different implementationGuo Yejun3-7/+15
2016-08-03remove "\n" in output message when test is failedGuo Yejun4-4/+4
2016-08-03utests: only check -dump-spir-binary on beignet implementationGuo Yejun1-2/+4
2016-08-03utests: change tolerance check for lgammaGuo Yejun1-1/+1
2016-08-03utests: fix issue of CL_PROGRAM_BINARY_SIZES queryGuo Yejun1-4/+6
2016-08-03utest: do not check the padding componenet for 3-component vector data typesGuo Yejun2-2/+33
2016-08-03change the bahavior when writing to 3-component vector data typesGuo Yejun1-7/+0
2016-07-22GBE: handle Instrinsic trap and unreachable instruction.Ruiling Song1-1/+3
2016-07-22GBE: Handle null and uninitialized pointer when do pointer/bti analysis.Ruiling Song1-10/+31
2016-07-20Backend: Fix image block write bug in simd8Pan Xiuli1-1/+1
2016-07-20Utest: Add check for OpenCL 2.0 extensionPan Xiuli4-0/+36
2016-07-20Utest: Add check for utest multithread runPan Xiuli1-0/+1
2016-07-20Utest: Add test case for sub_group_shuffle_down/up/xorPan Xiuli7-0/+204
2016-07-20Backend: Add intel_sub_group_shuffle_down/up/xor with shufflePan Xiuli3-0/+52
2016-07-20do not use const pointerGuo Yejun4-7/+24
2016-07-20Backend: Add gen8+ instruction compact supportPan Xiuli6-69/+403
2016-07-20Backend: Change disable compact to compact versionPan Xiuli3-4/+4
2016-07-20CMAKE: Make utests and benchmark not build for defaultPan Xiuli3-2/+4
2016-07-20Runtime: set size member of cl_image created by clCreateImageFromFdINTEL.Chuanbo Weng2-6/+17
2016-07-20GBE: handle mad with execution width of one.Ruiling Song1-2/+12