cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

logic1020
Journeyman III

some questions about the kernel

hi,

I saw many discussions about "how to get the binary code in order to build program by clGreateProgramWithBinary()", and the suggestion is that :

use the clGreateProgramWithSurce() first, and then call clGetProgramInfo() to get the binary code, finally feed clCreateProgramWithBinary() with that binary code.
http://developer.amd.com/support/KnowledgeBase/Lists/KnowledgeBase/DispForm.aspx?ID=115

my question is: could I wite binary code(IL?) by myself or use stream KernelAnalyzer to generate the binary code to feed clCreateProgramWithBinary()  instead of getting it by  clGreateProgramWithSurce(),clGetProgramInfo()?

and any details about binary that clCreateProgramWithBinary() needs?

0 Likes
0 Replies