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_program.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-09
enable cl_khr_spir extension to build and run from SPIR binary.
Luo Xionghu
1
-2
/
+19
2014-12-02
Fix based on piglit OpenCL falied case (cl-api-compile-program).
Yan Wang
1
-4
/
+2
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-10
fix a bug in clCompileProgram().
Luo Xionghu
1
-0
/
+4
2014-11-10
fix piglit clCreateProgramWithBinary fail.
Luo Xionghu
1
-0
/
+8
2014-09-12
runtime: fix build status handling.
Zhigang Gong
1
-12
/
+33
2014-09-12
runtime: fix program binary type bug.
Zhigang Gong
1
-0
/
+3
2014-09-10
Fix the issue of -cl-std=CLX.X option.
Junyan He
1
-1
/
+49
2014-09-09
fix piglit cl-api-get-program-info fail.
Luo Xionghu
1
-1
/
+1
2014-07-25
clean llvm resource in compiler (libgbe.so)
Guo Yejun
1
-1
/
+5
2014-07-18
free build_log when the cl program is released
Guo Yejun
1
-0
/
+5
2014-07-08
remove lspci, gbe_bin_genenrater would generator llvm binary by default.
Luo
1
-4
/
+18
2014-06-26
gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...
Zhigang Gong
1
-1
/
+1
2014-06-20
Add some API's OpenCL 1.2 parameter support.
Yang Rong
1
-0
/
+41
2014-06-18
add binary type support for compiled object and library.
Luo
1
-7
/
+65
2014-06-13
add [opencl-1.2] API clLinkProgram.
Luo
1
-1
/
+54
2014-06-13
add [opencl-1.2] API clCompileProgram.
Luo
1
-0
/
+96
2014-06-13
add [opencl-1.2] API clCreateProgramWithBuiltInKernels.
Luo
1
-0
/
+74
2014-06-12
remove RTLD_DEEPBIND to avoid stdc++ issues
Guo Yejun
1
-9
/
+9
2014-06-09
remove the code of saving the llvm bitcode to file, replace it with llvm::Module
Luo
1
-1
/
+1
2014-05-30
extract libgbeinterp.so from runtime (libcl.so)
Guo Yejun
1
-2
/
+2
2014-05-28
separate runtime(libcl.so) and compiler(libgbe.so)
Guo Yejun
1
-0
/
+6
2014-04-17
GBE/Runtime: pass the device id to the compiler backend.
Zhigang Gong
1
-3
/
+3
2014-04-17
Runtime: increase the build log buffer size to 1000.
Zhigang Gong
1
-2
/
+2
2013-12-31
Move the llvm optimize pass from clang to backend.
Yang Rong
1
-1
/
+1
2013-11-27
Runtime: implement the get build log function and fix one build error check i...
Zhigang Gong
1
-4
/
+9
2013-11-27
Runtime: fix some piglit failures.
Zhigang Gong
1
-0
/
+3
2013-11-04
fix pointer bugs in linked list
Homer Hsing
1
-2
/
+2
2013-10-29
Refine the build option checking.
Yang Rong
1
-6
/
+3
2013-10-29
Per openCL spec, set p->is_built to 1 when build fail.
Yang Rong
1
-3
/
+3
2013-10-29
Re-build the program when build option changed.
Yang Rong
1
-7
/
+20
2013-10-10
Implement api clCreateKernelsInProgram.
Yang Rong
1
-0
/
+22
2013-09-12
Implement the clCreateProgramWithBinary to deseralize the binary.
Junyan He
1
-5
/
+32
2013-06-19
add the support of clGetProgramBuildInfo and clGetProgramInfo
Junyan He
1
-0
/
+32
2013-06-19
Support multi-source CL program
Ruiling Song
1
-17
/
+21
2013-06-14
Refine error check in clCreateProgramFromSource() and clCreateKernel()
Ruiling Song
1
-7
/
+0
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+2
2013-04-10
fix the sign-compare warning
Lu Guanqun
1
-2
/
+2
2013-03-29
pass build-options of clBuildProgram to clang compiler
Homer Hsing
1
-2
/
+2
2012-11-09
Fixed a warning when compiling with LLVM 3.1
Benjamin Segovia
1
-1
/
+1
2012-11-08
Added support for llvm 3.1
Benjamin Segovia
1
-2
/
+2
2012-08-10
Added first support for compilation from source
Benjamin Segovia
1
-4
/
+85
2012-08-10
Fixed compilation with the current compiler code
Benjamin Segovia
1
-1
/
+0
2012-08-10
Adapted properly the driver to the new gen compiler interface
Benjamin Segovia
1
-9
/
+9
2012-08-10
Added all the call backs to support the simulator. The simulator does nothing...
Benjamin Segovia
1
-0
/
+3
2012-08-10
Made EOT work on simulator
Benjamin Segovia
1
-5
/
+65
2012-08-10
Started to inject the new compiler API
Benjamin Segovia
1
-2
/
+74
2012-08-10
Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...
Benjamin Segovia
1
-172
/
+2
2012-08-10
Ported the code to HSW
bsegovia
1
-1
/
+9
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+277