index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-05-25
Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.
Yan Wang
5
-28
/
+89
2017-05-25
Add utest to reproduce the bug of imagedim_non_pow_2 cases of conformance test.
Yan Wang
1
-0
/
+46
2017-05-25
build: fix cmake code generation dependencies.
Ismo Puustinen
1
-2
/
+2
2017-05-23
refresh DAG when an arg has both direct and indirect read
Guo Yejun
1
-1
/
+16
2017-05-23
Backend: Add sel ir output for MATH function
Pan Xiuli
1
-0
/
+42
2017-05-23
backend: fix tgamma error after restructure
rander
1
-25
/
+31
2017-05-18
Implement TILE_Y large image in clEnqueueWriteImage.
Yan Wang
1
-0
/
+46
2017-05-18
Implement TILE_Y large image in clEnqueueReadImage.
Yan Wang
1
-0
/
+55
2017-05-18
Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.
Yan Wang
1
-0
/
+111
2017-05-18
Create image with TILE_Y mode still when image size>128MB for performance.
Yan Wang
4
-6
/
+111
2017-05-18
Add image use_hostptr benchmark case for testing large image operations.
Yan Wang
2
-0
/
+85
2017-05-18
Add image use_hostptr case for testing large image operations.
Yan Wang
2
-0
/
+76
2017-05-18
Add image filling case for testing large image operations.
Yan Wang
2
-0
/
+121
2017-05-18
Add image copying case for testing large image operations.
Yan Wang
2
-0
/
+122
2017-05-18
Backend: Fix performance regression with sampler refine fro LLVM40
Pan Xiuli
2
-9
/
+41
2017-05-18
Backend: Fix llvm40 assert about literal structs
Pan Xiuli
1
-1
/
+2
2017-05-17
backend: refine asin function
rander.wang
1
-21
/
+7
2017-05-17
backend: refine atan
rander.wang
1
-53
/
+58
2017-05-17
backend: refine acos
rander.wang
1
-4
/
+9
2017-05-17
backend: refine sincos
rander.wang
2
-13
/
+277
2017-05-17
backend: refine tan function
rander.wang
1
-16
/
+45
2017-05-17
backend: refine cos function
rander.wang
1
-26
/
+25
2017-05-17
backend: refine sin function
rander.wang
1
-20
/
+22
2017-05-17
backend: refine the argue reduce
rander.wang
1
-24
/
+14
2017-05-17
backend: refine pow function
rander.wang
1
-134
/
+141
2017-05-17
backend: refine the code structure of math
rander.wang
9
-7538
/
+4073
2017-05-15
GLK: add geminilake runtime support.
Yang Rong
2
-2
/
+47
2017-05-15
GLK: add geminilake backend support.
Yang Rong
5
-2
/
+47
[prev]
[next]