summaryrefslogtreecommitdiff
path: root/kernels/include
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12runtime: fix program binary type bug.Zhigang Gong1-1/+1
If the binary is a executable type, the first byte is zero and we need to set the binary type correctly to CL_PROGRAM_BINARY_TYPE_EXECUTABLE. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: He Junyan <junyan.he@inbox.com> Tested-by: "Meng, Mengmeng" <mengmeng.meng@intel.com> Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>
2014-06-13add [opencl-1.2] test case runtime_compile_link.Luo1-0/+4
Signed-off-by: Luo <xionghu.luo@intel.com> Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>