|
From: Pekka J. <pek...@tu...> - 2012-01-24 16:45:13
|
FYI, I implemented the minimal version of clCreateProgramWithBinary with the binary format being directly the sequential LLVM bitcode of the kernels. The book example that tests the functionality works now. As there's no caching of the final target binaries in the binary format yet it doesn't speed up the kernel compilation pretty much at all. For that we need to implement the discussed archive binary format. On 01/17/2012 02:43 PM, Pekka Jääskeläinen wrote: > Not strictly needed it seems. CL_PROGRAM_SOURCE of clGetProgramInfo > is optional in case the Program was constructed from a binary. Thus, > the original BC should suffice. -- Pekka |