summaryrefslogtreecommitdiff
path: root/src/cl_program.c
Commit message (Expand)AuthorAgeFilesLines
* Runtime: fix a build warning.Yang, Rong R2017-07-311-5/+6
* Runtime: remove ctx's useless fileds.Yang, Rong R2017-07-101-35/+5
* GBE: clean llvm module's clone and release.Yang, Rong R2017-06-231-1/+1
* Limit get_program_global_data() calls to OpenCL 2.0Jan Beich2017-03-231-2/+4
* Runtime: add a warning when load gen binary fail.Yang Rong2017-02-141-0/+1
* Add the NULL pointer check.Yang Rong2016-12-291-10/+16
* Add multi devices support in context.Junyan He2016-12-161-14/+14
* runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song2016-11-081-0/+5
* runtime: prog->global_data may get 64bit addressRuiling Song2016-11-081-0/+1
* GBE: Implement new constant solution for ocl2Ruiling Song2016-11-081-0/+51
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-16/+4
* Runtime: Apply CL base object to program.Junyan He2016-09-021-9/+7
* Runtime: fix a string overflow.Yang, Rong R2016-08-041-1/+1
* GBE: warning when the GEN binary version mismatch.Yang Rong2016-06-231-2/+10
* Runtime: fix caffe segmentation fault when exit.Yang Rong2016-06-231-2/+6
* Android: change the saved file path.Yang Rong2016-05-271-0/+5
* file name length overflow check.Luo Xionghu2016-05-231-3/+9
* Runtime: Fix memleak in build program for binPan Xiuli2016-05-181-1/+1
* Increase size for compile log outputGiuseppe Bilotta2016-04-081-2/+3
* add support for build option -cl-fast-relaxed-mathGuo Yejun2015-12-211-1/+1
* runtime: fix clLinkProgram bug.Luo Xionghu2015-12-091-0/+10
* runtime: fix clCompileProgram bug.Luo Xionghu2015-12-091-13/+4
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-8/+49
* use table to define and query binary headers.Luo Xionghu2015-10-211-26/+31
* Add -dump-opt-asm support to the clLinkProgram() APIManasi Navare2015-10-131-3/+1
* should check the return value of cl_program_new.Luo Xionghu2015-09-211-0/+18
* Fix clLinkProgram error.Yang Rong2015-09-211-15/+28
* Fix piglit clLinkProgram fail.Yang Rong2015-09-181-3/+17
* backend, src: Add ASM file name to gbe_program_new_from_llvmLaura Ekstrand2015-08-131-1/+1
* Set proper Vendor IDMidhun Kodiyath2015-08-131-8/+8
* enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu2015-03-091-2/+19
* Fix based on piglit OpenCL falied case (cl-api-compile-program).Yan Wang2014-12-021-4/+2
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* fix a bug in clCompileProgram().Luo Xionghu2014-11-101-0/+4
* fix piglit clCreateProgramWithBinary fail.Luo Xionghu2014-11-101-0/+8
* runtime: fix build status handling.Zhigang Gong2014-09-121-12/+33
* runtime: fix program binary type bug.Zhigang Gong2014-09-121-0/+3
* Fix the issue of -cl-std=CLX.X option.Junyan He2014-09-101-1/+49
* fix piglit cl-api-get-program-info fail.Luo Xionghu2014-09-091-1/+1
* clean llvm resource in compiler (libgbe.so)Guo Yejun2014-07-251-1/+5
* free build_log when the cl program is releasedGuo Yejun2014-07-181-0/+5
* remove lspci, gbe_bin_genenrater would generator llvm binary by default.Luo2014-07-081-4/+18
* gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...Zhigang Gong2014-06-261-1/+1
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-201-0/+41
* add binary type support for compiled object and library.Luo2014-06-181-7/+65
* add [opencl-1.2] API clLinkProgram.Luo2014-06-131-1/+54
* add [opencl-1.2] API clCompileProgram.Luo2014-06-131-0/+96
* add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo2014-06-131-0/+74
* remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun2014-06-121-9/+9
* remove the code of saving the llvm bitcode to file, replace it with llvm::ModuleLuo2014-06-091-1/+1