summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Remove the generated test cases list.Release_v0.9.1Yi Sun1-2/+0
2014-07-04Build: check whether lspci exists.Zhigang Gong1-0/+7
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong13-74/+97
2014-07-03runtime: recover the maximum read image args to 128.Zhigang Gong1-1/+1
2014-07-03Refine some event code.Yang Rong2-8/+19
2014-07-02GBE: Check family of spilled register correctly.Ruiling Song1-7/+6
2014-07-02Refine the logic when suspend a batch buffer.Yang Rong3-3/+14
2014-07-02Fix some event ref count error.Yang Rong1-16/+16
2014-07-01runtime: fix potential curbe allocation issue.Zhigang Gong2-15/+31
2014-07-01runtime: fix max group size calculation issue.Zhigang Gong5-33/+53
2014-07-01add the usage of link program from llvm binary.Luo1-3/+38
2014-06-30GBE: disable GVN pass when optLevel is zero.Ruiling Song1-1/+2
2014-06-30Bump to 0.9.1 (development version).Zhigang Gong1-1/+1
2014-06-26Bump to version 0.9.Release_v0.9Zhigang Gong1-2/+2
2014-06-26Fix call cl_mem_copy_image_region bug.Yang Rong4-16/+25
2014-06-26docs: fixup markup format.Zhigang Gong1-1/+1
2014-06-26docs: fix some markdown links and correct some information.Zhigang Gong3-12/+21
2014-06-26docs: update some documents.Zhigang Gong4-48/+44
2014-06-26GBE: fix some bugs in ocl stdlib header files.Zhigang Gong1-4/+2
2014-06-26gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...Zhigang Gong3-28/+29
2014-06-26Add optimization guide.Yang Rong1-0/+28
2014-06-25runtime: Remove 'Experiment' from the platform name.Zhigang Gong1-1/+1
2014-06-25add how to for cross compilerGuo Yejun1-0/+60
2014-06-25Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong3-30/+60
2014-06-25add image_1d_to_1d builtin kernel name.Luo1-0/+1
2014-06-25utests: fix one bug when create image at one test case.Zhigang Gong1-0/+2
2014-06-24Implement the %p in the printfJunyan He3-5/+22
2014-06-24Add the support for vector type in printf.Junyan He4-81/+167
2014-06-24GBE: Further optimize exp().Ruiling Song1-29/+11
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo5-6/+91
2014-06-24add BEIGNET_INSTALL_DIR to clean codeGuo Yejun3-17/+17
2014-06-24set LD_LIBRARY_PATH of libgbe.so for gbe_bin_generaterGuo Yejun1-1/+1
2014-06-24implement API clEnqueueFillImage.Luo15-26/+261
2014-06-24fix crash when OCL_STRICT_CONFORMANCE is unsetGuo Yejun1-1/+1
2014-06-23Add the format and flag support for printf.Junyan He3-57/+203
2014-06-23update docs on environment variables.Ruiling Song2-2/+48
2014-06-23GBE: switch to non strict conformance mode by default.Zhigang Gong1-1/+1
2014-06-23utest_generator.py: add OCL_STRICT_CONFORMANCE enviroment condition.Yi Sun2-3/+12
2014-06-23GBE: declare correct prototype for fastpath_rootnRuiling Song1-1/+1
2014-06-23GBE: fix some builtin math functionRuiling Song1-3/+3
2014-06-23Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong3-0/+9
2014-06-23Fix a CL_MEM_HOST_PTR bug.Yang Rong1-2/+6
2014-06-23GBE: replace OwningPtr with std::unique_ptrRuiling Song1-4/+3
2014-06-23GBE: improve builtin exp.Ruiling Song1-11/+11
2014-06-23Add the test cases for 1D Image ArrayJunyan He5-0/+183
2014-06-23Update the printf test case.Junyan He1-0/+19
2014-06-23Add the support for %s in printfJunyan He3-42/+70
2014-06-23Fix a crash bug when no %d appears in the printf fmtJunyan He2-4/+12
2014-06-23Add %f and %c support for printf.Junyan He3-52/+94
2014-06-23GBE: fix some get kernel arg info bugs.Zhigang Gong5-3/+16