summaryrefslogtreecommitdiff
path: root/src/cl_gbe_loader.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-23GBE: clean llvm module's clone and release.Yang, Rong R1-0/+5
2016-12-30OCL20: Add runtime functions to get the device enqueue info.Yang, Rong R1-0/+10
2016-11-08GBE: Implement new constant solution for ocl2Ruiling Song1-0/+10
2016-11-08OCL20: add gbe_kernel_get_ocl_version for getting kernel's version in runtime.Yang Rong1-0/+5
2016-06-23Runtime: fix caffe segmentation fault when exit.Yang Rong1-0/+5
2016-04-22standalone utest for unified OpenCL implementation.Luo Xionghu1-2/+2
2016-04-22Implement printf buffer management.Yan Wang1-10/+0
2015-11-17Add profiling info APIs to runtime.Junyan He1-0/+15
2015-09-18Fix piglit clLinkProgram fail.Yang Rong1-0/+5
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo1-0/+5
2014-07-31GBE: cleanup image base index related code.Zhigang Gong1-15/+0
2014-07-30GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song1-0/+10
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-0/+5
2014-07-25clean llvm resource in compiler (libgbe.so)Guo Yejun1-0/+5
2014-06-18add binary type support for compiled object and library.Luo1-3/+8
2014-06-13clean code to remove gbe_kernel_set_const_buffer_sizeGuo Yejun1-6/+0
2014-06-13Add the clGetKernelArgInfo api and misc help functionsJunyan He1-0/+5
2014-06-13add [opencl-1.2] API clLinkProgram.Luo1-0/+15
2014-06-13add [opencl-1.2] API clCompileProgram.Luo1-0/+5
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun1-103/+103
2014-06-11Add the printf logic into the run time.Junyan He1-0/+25
2014-06-04refine code for the usage of set_image_base_indexGuo Yejun1-4/+4
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-21/+208
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-0/+82