aboutsummaryrefslogtreecommitdiff
path: root/src/core/program.cpp
AgeCommit message (Expand)Author
2016-06-29Add in the logic to resetDeviceDependent upon recompiling a built programGil Pitney
2016-06-29Fixed erroneous determination of number of kernels associated with a programGil Pitney
2016-06-29Remove the "resurrection" method in kernel create/delete logicGil Pitney
2015-09-30ICD: Update Program objects to be ICD compatible.Gil Pitney
2015-09-30ICD: Update Context objects to be ICD compatible.Gil Pitney
2015-09-29ICD: Update Platform and DeviceInterface objects to be ICD compatible.Gil Pitney
2015-07-28Update clBuildProgram() to return correct error code if compile fails.Gil Pitney
2015-07-20Update comment in clBuildProgram()Gil Pitney
2015-06-24Sub-devices inherit the parent's kernel and program device dependent structs.Gil Pitney
2015-04-13Moved build notifications out of the program object to the API levelGil Pitney
2015-04-07Update clBuildProgram() and clCompileProgram() to prevent re-buildingGil Pitney
2015-04-02Implemented CL_PROGRAM_BINARY_TYPE of the clGetProgramBuildInfo() APIGil Pitney
2015-03-31Update clGetProgramInfo() for library program objects.Gil Pitney
2015-03-31Libraries: Implement the concept of building program librariesGil Pitney
2015-03-20Implement "Embedded Header" feature of the v1.2 Separate Compiling and LinkingGil Pitney
2015-03-18Implement the basics of separate Compilation and Linking (v1.2 feature)Gil Pitney
2015-03-07clGetProgramInfo(): Added CL_PROGRAM_NUM_KERNELS, and CL_PROGRAM_KERNEL_NAMESGil Pitney
2015-02-02LLVM 3.6: Changes required to build with clang/llvm 3.6 release candidate.Gil Pitney
2014-12-09Fixed the incomplete kernellist when resurrect kernel from released kernel list.Show Liu
2014-12-09Fixed the kernel will been push into kernellist twice issue when create a new...Show Liu
2014-10-28Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8Gil Pitney