summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: choose the actual EU number as the max compute units.Zhigang Gong2014-06-232-9/+9
* GBE: Handle empty basicblock in Instruction selectionRuiling Song2014-06-201-10/+9
* GBE: tweak register expire frequency on simd16 mode.Zhigang Gong2014-06-201-2/+1
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-208-2/+58
* Add some OpenCL1.2 new buffer flags handle.Yang Rong2014-06-203-5/+30
* Fix sub buffer bug in clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEn...Yang Rong2014-06-201-7/+17
* runtime: fix image1d buffer allocation.Zhigang Gong2014-06-201-19/+58
* runtime: fix a slice pitch calculation bug.Zhigang Gong2014-06-201-1/+1
* utest: decrease the accuracy of tanpi.Yi Sun2014-06-201-1/+1
* runtime: fix some get image info bugs.Zhigang Gong2014-06-202-14/+26
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-2010-78/+160
* cl/runtime: fixup 1D array image region and origins.Zhigang Gong2014-06-202-13/+55
* cl/driver: fix the incorrect handling of 1D array.Zhigang Gong2014-06-203-33/+35