summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the generated test cases list.Release_v0.9.1Yi Sun2014-07-041-2/+0
* Build: check whether lspci exists.Zhigang Gong2014-07-041-0/+7
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-0313-74/+97
* runtime: recover the maximum read image args to 128.Zhigang Gong2014-07-031-1/+1
* Refine some event code.Yang Rong2014-07-032-8/+19
* GBE: Check family of spilled register correctly.Ruiling Song2014-07-021-7/+6
* Refine the logic when suspend a batch buffer.Yang Rong2014-07-023-3/+14
* Fix some event ref count error.Yang Rong2014-07-021-16/+16
* runtime: fix potential curbe allocation issue.Zhigang Gong2014-07-012-15/+31
* runtime: fix max group size calculation issue.Zhigang Gong2014-07-015-33/+53
* add the usage of link program from llvm binary.Luo2014-07-011-3/+38
* GBE: disable GVN pass when optLevel is zero.Ruiling Song2014-06-301-1/+2
* Bump to 0.9.1 (development version).Zhigang Gong2014-06-301-1/+1
* Bump to version 0.9.Release_v0.9Zhigang Gong2014-06-261-2/+2
* Fix call cl_mem_copy_image_region bug.Yang Rong2014-06-264-16/+25
* docs: fixup markup format.Zhigang Gong2014-06-261-1/+1
* docs: fix some markdown links and correct some information.Zhigang Gong2014-06-263-12/+21
* docs: update some documents.Zhigang Gong2014-06-264-48/+44
* GBE: fix some bugs in ocl stdlib header files.Zhigang Gong2014-06-261-4/+2
* gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...Zhigang Gong2014-06-263-28/+29
* Add optimization guide.Yang Rong2014-06-261-0/+28
* runtime: Remove 'Experiment' from the platform name.Zhigang Gong2014-06-251-1/+1
* add how to for cross compilerGuo Yejun2014-06-251-0/+60
* Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong2014-06-253-30/+60
* add image_1d_to_1d builtin kernel name.Luo2014-06-251-0/+1
* utests: fix one bug when create image at one test case.Zhigang Gong2014-06-251-0/+2
* Implement the %p in the printfJunyan He2014-06-243-5/+22
* Add the support for vector type in printf.Junyan He2014-06-244-81/+167
* GBE: Further optimize exp().Ruiling Song2014-06-241-29/+11
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-245-6/+91
* add BEIGNET_INSTALL_DIR to clean codeGuo Yejun2014-06-243-17/+17
* set LD_LIBRARY_PATH of libgbe.so for gbe_bin_generaterGuo Yejun2014-06-241-1/+1
* implement API clEnqueueFillImage.Luo2014-06-2415-26/+261
* fix crash when OCL_STRICT_CONFORMANCE is unsetGuo Yejun2014-06-241-1/+1
* Add the format and flag support for printf.Junyan He2014-06-233-57/+203
* update docs on environment variables.Ruiling Song2014-06-232-2/+48
* GBE: switch to non strict conformance mode by default.Zhigang Gong2014-06-231-1/+1
* utest_generator.py: add OCL_STRICT_CONFORMANCE enviroment condition.Yi Sun2014-06-232-3/+12
* GBE: declare correct prototype for fastpath_rootnRuiling Song2014-06-231-1/+1
* GBE: fix some builtin math functionRuiling Song2014-06-231-3/+3
* Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong2014-06-233-0/+9
* Fix a CL_MEM_HOST_PTR bug.Yang Rong2014-06-231-2/+6
* GBE: replace OwningPtr with std::unique_ptrRuiling Song2014-06-231-4/+3
* GBE: improve builtin exp.Ruiling Song2014-06-231-11/+11
* Add the test cases for 1D Image ArrayJunyan He2014-06-235-0/+183
* Update the printf test case.Junyan He2014-06-231-0/+19
* Add the support for %s in printfJunyan He2014-06-233-42/+70
* Fix a crash bug when no %d appears in the printf fmtJunyan He2014-06-232-4/+12
* Add %f and %c support for printf.Junyan He2014-06-233-52/+94
* GBE: fix some get kernel arg info bugs.Zhigang Gong2014-06-235-3/+16