summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Runtime: correct event and the wait events compare when check event.Yang Rong1-1/+1
2015-07-17Remove deprecated function cl_context_get_static_kernel().Zhigang Gong2-66/+12
2015-07-17runtime: fix a builtin-kernel related thread safe bug.Zhigang Gong2-8/+26
2015-07-17runtime bug: brw GT3 devices reported to GT2.Luo Xionghu1-5/+5
2015-07-17Reorder GBE_BIN_GENERATER arguments.Koop Mast1-2/+2
2015-07-15Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong1-0/+1
2015-07-15Fixed a thread safe bug.Zhigang Gong6-18/+56
2015-07-15runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong1-3/+12
2015-07-14Runtime: Add default extension for platforms before BDW.Junyan He3-0/+14
2015-07-06runtime: Add cl device's standalone extension.Junyan He4-22/+24
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He6-68/+66
2015-07-03enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun1-0/+1
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He6-56/+102
2015-06-30use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu9-23/+66
2015-06-19enable CL_RG + CL_UNORM_INT8 for imageGuo Yejun1-0/+5
2015-06-18fix global variable out of boundary writing in libocl.Luo Xionghu1-1/+1
2015-05-18Docs: update/clarify Haswell issuesRebecca N. Palmer1-5/+9
2015-05-18Add a sanity test in clGetDeviceIDsRebecca N. Palmer1-0/+82
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun1-1/+1
2015-05-04Revert "CL/Driver: enable atomics in L3 for HSW."Zhigang Gong2-14/+1
2015-05-04add benckmark for copy data from buffer to image.Luo Xionghu1-1/+1
2015-05-04Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu4-9/+56
2015-05-04CHV: Add cherryview support in the runtime.Meng Mengmeng4-3/+56
2015-04-24add simd level function __gen_ocl_get_simd_idGuo Yejun1-0/+8
2015-04-14runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong1-1/+4
2015-04-13GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2-0/+11
2015-04-13GBE: Extend front label ip to 32 bit on demand.Zhigang Gong1-4/+12
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong9-30/+30
2015-03-27Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2-22/+61
2015-03-24Don't crash if device inaccessibleRebecca N. Palmer1-1/+0
2015-03-19Query the driver directly for compute units and subsliceJeff McGee2-4/+31
2015-03-19Add driver callback for updating device infoJeff McGee4-18/+43
2015-03-18runtime: fix a conformance bug in cl_get_kernel_arg_info.Zhigang Gong1-1/+5
2015-03-17Add LLVM_INCLUDE_DIR to CMakeList of src.Junyan He1-1/+2
2015-03-13only support spir extension for beignet build with llvm 3.5 or later.Luo Xionghu1-0/+3
2015-03-09enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu4-3/+26
2015-02-27Crash when hardware inaccessibleRebecca N. Palmer1-13/+16
2015-02-13Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng4-9/+57
2015-02-09SKL: fix some 3D and 2D array image fail.Yang Rong3-4/+19
2015-02-09runtime: don't free the host_ptr for a subbuffer.Zhigang Gong1-1/+3
2015-02-06runtime: fix a potential null pointer dereference.Zhigang Gong1-6/+7
2015-02-06Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng9-12/+172
2015-02-06Return error, don't crash, on allocation failureRebecca N. Palmer1-10/+13
2015-02-06Backend: Fix one bug of printf because of ir reorder.Junyan He1-1/+1
2015-01-30SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong4-6/+90
2015-01-30SKL: add skl select_pipeline and cache_control functions.Yang Rong2-2/+25
2015-01-30SKL: Add the function gen9' intel_build_idrt.Yang Rong2-3/+48
2015-01-30SKL: correct the pipe control struct.Yang Rong2-2/+77
2015-01-30SKL: Use TILE_Y as default TILING mode in skl.Yang Rong1-1/+2
2015-01-30SKL: enable skl device.Yang Rong3-3/+73