summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-06-14Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang1-0/+2
2017-05-25Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang1-0/+1
2017-05-25build: fix cmake code generation dependencies.Ismo Puustinen1-2/+2
2017-03-07CMAKE: Refine builtin kernel bin generatorPan Xiuli1-7/+7
2016-12-30OCL20: handle device enqueue in runtime.Yang, Rong R1-0/+2
2016-12-15Modify program Info using cl_get_info_helper.Junyan He1-0/+1
2016-12-15Modify clGetSamplerInfo using cl_get_info_helper.Junyan He1-1/+2
2016-12-15Modify clGetDeviceInfo using cl_get_info_helper.Junyan He1-0/+1
2016-12-15Modify clGetContextInfo using cl_get_info_helper.Junyan He1-0/+1
2016-12-15Modify clGetPlatformInfo using cl_get_info_helper.Junyan He1-0/+1
2016-12-15Add a helper function for all information get.Junyan He1-0/+1
2016-11-08OCL20: Add svm support.Yang Rong1-0/+5
2016-10-10Delete useless cl_thread files.Junyan He1-1/+0
2016-10-10buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRSArmin K1-1/+1
2016-09-28Modify all event related functions using new event handle.Junyan He1-0/+5
2016-09-12Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng1-12/+10
2016-09-02Runtime: Add CL base object for all cl objects.Junyan He1-0/+1
2016-07-06Runtime: set the sub slice according to kernel pooled EU configure.Yang Rong1-0/+10
2016-06-23CMake: use CHECK_LIBRARY_EXISTS to check the function instead of version.Yang Rong1-20/+20
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+7
2015-11-17CMake: Add -lrt to the link command of libcl.soJunyan He1-0/+1
2015-11-10Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng1-1/+3
2015-07-17Reorder GBE_BIN_GENERATER arguments.Koop Mast1-2/+2
2015-05-04Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu1-1/+1
2015-03-19Query the driver directly for compute units and subsliceJeff McGee1-0/+10
2015-03-17Add LLVM_INCLUDE_DIR to CMakeList of src.Junyan He1-1/+2
2015-02-13Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng1-1/+1
2015-02-06Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng1-0/+3
2015-01-12add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun1-2/+3
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-0/+5
2014-11-05add building dependency GIT_SHA1Meng Mengmeng1-0/+1
2014-10-24create GIT_SHA1 without any dependencyMeng Mengmeng1-3/+2
2014-10-23add beignet GIT_HAL1 if there is .git directoryMeng Mengmeng1-0/+7
2014-08-28Only compiler X11 files and do X11 operations when found X11.Yang Rong1-2/+9
2014-07-16improve the clEnqueueCopyBufferRect performance in some casesLv Meng1-1/+2
2014-07-08remove lspci, gbe_bin_genenrater would generator llvm binary by default.Luo1-19/+13
2014-07-04Build: check whether lspci exists.Zhigang Gong1-0/+7
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo1-2/+2
2014-06-24add BEIGNET_INSTALL_DIR to clean codeGuo Yejun1-1/+1
2014-06-24implement API clEnqueueFillImage.Luo1-1/+3
2014-06-19Fix linking to X11 libraries.Abrahm Scully1-1/+1
2014-06-13Add the kernels used by clEnqueueBufferFill APIJunyan He1-1/+4
2014-06-12relax the build dependency on Gen GPUGuo Yejun1-3/+5
2014-06-04add DRM_LIBDIR path into link directory listLi Peng1-1/+1
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-1/+0
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-1/+4
2014-05-22move enqueue_copy_image kernels outside of runtime code.Luo1-2/+21
2014-05-22Add the pci id support for gbe_generateJunyan He1-1/+7
2014-04-17Use pkg-config to check modulesZhenyu Wang1-6/+6
2014-04-02Add three copy cl files for Enqueue Copy usage.Junyan He1-1/+3