Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | Runtime: fix a build warning. | Yang, Rong R | 1 | -5/+6 |
2017-07-27 | GBE: fix a errMsg uninitialized build warning. | Yang, Rong R | 1 | -3/+3 |
2017-07-27 | Runtime: fix the context ref is not 0 assert when delete. | Yang, Rong R | 1 | -22/+8 |
2017-07-27 | backend: Fix a bug in load-store optimization. | Song, Ruiling | 1 | -25/+46 |
2017-07-27 | Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV. | Yang, Rong R | 1 | -1/+2 |
2017-07-27 | cmake: add option OCL_ICD_INSTALL_PREFIX to set icd file install path. | Yang, Rong R | 1 | -12/+15 |
2017-07-20 | backend: refine global immediate optimization | rander | 1 | -4/+0 |
2017-07-20 | Fix GCC6 build bug | Pan Xiuli | 1 | -0/+1 |
2017-07-18 | backend: refine load store optimization | Song, Ruiling | 1 | -37/+88 |
2017-07-12 | add utest compiler_block_motion_estimate_intel for extension cl_intel_device_... | Luo Xionghu | 3 | -0/+224 |
2017-07-12 | add utest compiler_skip_check for extension cl_intel_device_side_avc_motion_e... | Luo Xionghu | 3 | -0/+244 |
2017-07-12 | add utest compiler_intra_prediction for extenstion cl_intel_device_side_avc_m... | Luo Xionghu | 3 | -1/+211 |
2017-07-12 | Implement extension cl_intel_device_side_avc_motion_estimation. | Chuanbo Weng | 32 | -36/+2282 |
2017-07-10 | Runtime: remove ctx's useless fileds. | Yang, Rong R | 3 | -43/+5 |
2017-07-10 | Utest: fix a build-in program leak. | Yang, Rong R | 1 | -0/+1 |
2017-07-10 | Runtime: fix a recurrent release context error. | Yang, Rong R | 1 | -10/+8 |
2017-07-06 | backend: improve add zero pattern | rander | 1 | -5/+5 |
2017-07-06 | utests: add utest for fdiv to rcp | rander | 3 | -1/+71 |
2017-07-06 | backend: refine fdiv to rcp at some cases | rander | 1 | -0/+28 |
2017-07-04 | backend: refine math log function | rander | 1 | -40/+10 |
2017-07-04 | backend: refine pow function | rander | 1 | -146/+148 |
2017-07-04 | Runtime: refine max group size for SKL & KBL | rander | 1 | -9/+9 |
2017-06-23 | backend: refine load/store merging algorithm | rander | 1 | -9/+78 |
2017-06-23 | backend: add global immediate optimization | rander | 1 | -25/+342 |
2017-06-23 | GBE: clean llvm module's clone and release. | Yang, Rong R | 10 | -58/+76 |
2017-06-22 | Add missed kernel names into built-in kernel list. | Yan Wang | 1 | -1/+16 |
2017-06-22 | Runtime: Add missing SKL deivce ID | Pan Xiuli | 2 | -1/+9 |
2017-06-16 | Fix context leak with internal kernels | Patrick Beaulieu | 1 | -1/+21 |
2017-06-16 | backend: refine the local copy propagation. | rander.wang | 1 | -0/+34 |
2017-06-16 | Utset: Add test case for cl_intel_required_subgroup_size extension | Pan Xiuli | 5 | -0/+75 |
2017-06-16 | Runtime: Add new API enums for cl_intel_required_subgroup_size extension | Pan Xiuli | 7 | -0/+50 |
2017-06-16 | Backend: Add intel_reqd_sub_group_size support | Pan Xiuli | 3 | -13/+45 |
2017-06-16 | do constant folding for kernel struct args | Guo Yejun | 6 | -0/+213 |
2017-06-14 | Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y. | Yan Wang | 7 | -37/+149 |
2017-06-14 | Add test case for large 3D image with TILE_Y. | Yan Wang | 1 | -0/+98 |
2017-06-13 | Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel. | Yan Wang | 1 | -7/+18 |
2017-06-13 | Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel. | Yan Wang | 1 | -34/+113 |
2017-06-13 | Add clFinish for guarantee the kernel copying is finished when create TILE_Y ... | Yan Wang | 1 | -0/+7 |
2017-06-13 | Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image... | Yan Wang | 2 | -26/+88 |
2017-06-13 | Add utest to test writing data into large image (TILE_Y) by map/unmap and USE... | Yan Wang | 1 | -0/+115 |
2017-06-13 | Add utest to test writing data into large image (TILE_Y) by map/unmap mode. | Yan Wang | 1 | -0/+198 |
2017-06-13 | Add utest case for filling image by small region. | Yan Wang | 1 | -0/+50 |
2017-06-09 | utests: added for optimization negativeAdd | rander | 3 | -1/+46 |
2017-06-09 | Backend: Add optimization for negative modifier | rander | 1 | -4/+28 |
2017-06-09 | utests: add utest for sqrt-div optimization | rander | 3 | -1/+71 |
2017-06-09 | backend: add sqrt-div pattern to instruction select | rander | 1 | -0/+69 |
2017-06-09 | Runtime: Fix a mssing llvm version marco for LLVM40+ | Pan Xiuli | 1 | -1/+1 |
2017-06-09 | keep GEN IR as SSA style | Guo Yejun | 1 | -3/+5 |
2017-06-09 | backend: refine exp function with float input | rander | 1 | -2/+56 |
2017-06-09 | backend: refine hypot function | rander | 1 | -14/+60 |