summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* backend: refine the local copy propagation.rander.wang2017-06-161-0/+34
* Utset: Add test case for cl_intel_required_subgroup_size extensionPan Xiuli2017-06-165-0/+75
* Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli2017-06-167-0/+50
* Backend: Add intel_reqd_sub_group_size supportPan Xiuli2017-06-163-13/+45
* do constant folding for kernel struct argsGuo Yejun2017-06-166-0/+213
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-147-37/+149
* Add test case for large 3D image with TILE_Y.Yan Wang2017-06-141-0/+98
* Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel.Yan Wang2017-06-131-7/+18
* Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel.Yan Wang2017-06-131-34/+113
* Add clFinish for guarantee the kernel copying is finished when create TILE_Y ...Yan Wang2017-06-131-0/+7
* Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...Yan Wang2017-06-132-26/+88
* Add utest to test writing data into large image (TILE_Y) by map/unmap and USE...Yan Wang2017-06-131-0/+115
* Add utest to test writing data into large image (TILE_Y) by map/unmap mode.Yan Wang2017-06-131-0/+198
* Add utest case for filling image by small region.Yan Wang2017-06-131-0/+50
* utests: added for optimization negativeAddrander2017-06-093-1/+46
* Backend: Add optimization for negative modifierrander2017-06-091-4/+28
* utests: add utest for sqrt-div optimizationrander2017-06-093-1/+71
* backend: add sqrt-div pattern to instruction selectrander2017-06-091-0/+69
* Runtime: Fix a mssing llvm version marco for LLVM40+Pan Xiuli2017-06-091-1/+1
* keep GEN IR as SSA styleGuo Yejun2017-06-091-3/+5
* backend: refine exp function with float inputrander2017-06-091-2/+56
* backend: refine hypot functionrander2017-06-091-14/+60
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-255-28/+89
* Add utest to reproduce the bug of imagedim_non_pow_2 cases of conformance test.Yan Wang2017-05-251-0/+46
* build: fix cmake code generation dependencies.Ismo Puustinen2017-05-251-2/+2
* refresh DAG when an arg has both direct and indirect readGuo Yejun2017-05-231-1/+16
* Backend: Add sel ir output for MATH functionPan Xiuli2017-05-231-0/+42
* backend: fix tgamma error after restructurerander2017-05-231-25/+31
* Implement TILE_Y large image in clEnqueueWriteImage.Yan Wang2017-05-181-0/+46
* Implement TILE_Y large image in clEnqueueReadImage.Yan Wang2017-05-181-0/+55
* Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.Yan Wang2017-05-181-0/+111
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-184-6/+111
* Add image use_hostptr benchmark case for testing large image operations.Yan Wang2017-05-182-0/+85
* Add image use_hostptr case for testing large image operations.Yan Wang2017-05-182-0/+76
* Add image filling case for testing large image operations.Yan Wang2017-05-182-0/+121
* Add image copying case for testing large image operations.Yan Wang2017-05-182-0/+122
* Backend: Fix performance regression with sampler refine fro LLVM40Pan Xiuli2017-05-182-9/+41
* Backend: Fix llvm40 assert about literal structsPan Xiuli2017-05-181-1/+2
* backend: refine asin functionrander.wang2017-05-171-21/+7
* backend: refine atanrander.wang2017-05-171-53/+58
* backend: refine acosrander.wang2017-05-171-4/+9
* backend: refine sincosrander.wang2017-05-172-13/+277
* backend: refine tan functionrander.wang2017-05-171-16/+45
* backend: refine cos functionrander.wang2017-05-171-26/+25
* backend: refine sin functionrander.wang2017-05-171-20/+22
* backend: refine the argue reducerander.wang2017-05-171-24/+14
* backend: refine pow functionrander.wang2017-05-171-134/+141
* backend: refine the code structure of mathrander.wang2017-05-179-7538/+4073
* GLK: add geminilake runtime support.Yang Rong2017-05-152-2/+47
* GLK: add geminilake backend support.Yang Rong2017-05-155-2/+47