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
path:
root
/
src
/
cl_command_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-14
Refine error check in SetKernelArg() and support NULL buffer argument
Ruiling Song
1
-2
/
+2
2013-06-13
CL: Fix the bug in clfinish.
Zou, Nanhai
1
-6
/
+1
2013-06-05
GBE: Add two builtin functions get_work_dim / get_global_offset.
Zhigang Gong
1
-2
/
+3
2013-05-21
Add more get image info functions.
Zhigang Gong
1
-0
/
+6
2013-05-20
CL: Fixed a get image info bug on 64 bit system.
Zhigang Gong
1
-2
/
+2
2013-05-20
Save depth and slice_pitch in cl_mem images.
Dag Lem
1
-1
/
+1
2013-05-17
CL: complete get_image_width/height support at runtime side.
Zhigang Gong
1
-0
/
+10
2013-05-15
GBE/Runtime: Optimize Sample/TypedWrite instruction.
Zhigang Gong
1
-12
/
+17
2013-05-15
GBE: concentrate all samplers' allocation at compile time.
Zhigang Gong
1
-2
/
+0
2013-05-15
CL: Support kernel side defined samplers.
Zhigang Gong
1
-2
/
+2
2013-04-22
Add constant pointer as argument support in runtime.
Yang Rong
1
-2
/
+20
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+2
2013-04-10
implement OCL 1.2 new APIs.
Zhigang Gong
1
-4
/
+4
2013-04-10
Implement sampler support.
Zhigang Gong
1
-1
/
+5
2013-04-10
Finish the incomplete 2d image support in runtime library.
Zhigang Gong
1
-3
/
+13
2012-08-10
Added first test for stack handling
Benjamin Segovia
1
-10
/
+15
2012-08-10
Made performance simulator work when using fulsim drm
Benjamin Segovia
1
-10
/
+18
2012-08-10
Added proper buffer big enough to map everything Still need to test that
Benjamin Segovia
1
-36
/
+11
2012-08-10
Added curbe support in the gpgpu simulator
Benjamin Segovia
1
-1
/
+1
2012-08-10
dummy change
Benjamin Segovia
1
-1
/
+1
2012-08-10
Kept on experimenting with c++ backend
Benjamin Segovia
1
-1
/
+1
2012-08-10
Made most of the very basic pieces for the simulation parts
Benjamin Segovia
1
-18
/
+10
2012-08-10
Started to handle cl_mem regular buffers
Benjamin Segovia
1
-1
/
+5
2012-08-10
Added all the call backs to support the simulator. The simulator does nothing...
Benjamin Segovia
1
-89
/
+3
2012-08-10
Made the structure naming more consistent
Benjamin Segovia
1
-10
/
+10
2012-08-10
Removed all direct dependencies to the intel driver (ie files contained in in...
Benjamin Segovia
1
-28
/
+25
2012-08-10
Added more call backs to abstract the driver back end
Benjamin Segovia
1
-14
/
+4
2012-08-10
Made EOT work on simulator
Benjamin Segovia
1
-0
/
+113
2012-08-10
Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...
Benjamin Segovia
1
-169
/
+10
2012-08-10
Plasma specific changes
ojomer
1
-7
/
+10
2012-08-10
Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...
bsegovia
1
-2
/
+2
2012-08-10
Implemented image tiling on IVB fulsim
bsegovia
1
-1
/
+12
2012-08-10
Ported the code to HSW
bsegovia
1
-0
/
+7
2012-08-10
Silent GCC warnings in release mode
bsegovia
1
-1
/
+1
2012-08-10
Improved the support for fulsim dumps. Previously because of some limitations...
bsegovia
1
-9
/
+41
2012-08-10
Finished first support for image2D. Right now, we only support linear formats
bsegovia
1
-2
/
+1
2012-08-10
Added first support for (still linear) images for Gen7
bsegovia
1
-53
/
+69
2012-08-10
First test now passes with images (format still hard-coded and constant patch...
bsegovia
1
-8
/
+18
2012-08-10
Implement the support for a separated surface heap as required by IVB
bsegovia
1
-2
/
+2
2012-08-10
Changed FP mode for the kernels. Seems to be required by the compiler Added a...
bsegovia
1
-2
/
+0
2012-08-10
Made fulsim integration seamless from the user point of view
bsegovia
1
-24
/
+0
2012-08-10
Started to remove kludge while using fulsim
bsegovia
1
-9
/
+177
2012-08-10
Now IVB performs as well as SNB. All tests except for fft pass (for both).
bsegovia
1
-7
/
+8
2012-08-10
All unit tests now pass
bsegovia
1
-1
/
+1
2012-08-10
Cleaned and simplified code for gen6 Code now starts to work for gen7
bsegovia
1
-22
/
+11
2012-08-10
Kept changing file layout
bsegovia
1
-2
/
+13
2012-08-10
Cleaned up code to start GPGPU_WALKER integration
bsegovia
1
-348
/
+24
2012-08-10
Renamed genx* into intel*
bsegovia
1
-1
/
+1
2012-08-10
%s/genx_gpgpu/intel_gpgpu/
bsegovia
1
-7
/
+7
2012-08-10
Started to support Gen7 Implemented new surface state for Gen7
bsegovia
1
-36
/
+38
[next]