search for: clbuildprogramfrombinary

Displaying 1 result from an estimated 1 matches for "clbuildprogramfrombinary".

2011 Dec 12
3
[LLVMdev] AMD IL Code Generator Backend for OpenCL
...L frontend does not produce any AMDIL. Testing is sparse(I'm working on it) No support for most OpenCL math functions. It is up to the library writers to map from OpenCL function calls to AMDIL intrinsic. Minor post processing of AMDIL is required for AMDIL source to be accepted by calclCompile/clBuildProgramFromBinary. The source is the documentation. Only supports compute shader generation. The output of the code generator is currently compatible with OpenCL 1.0/1.1 only when processing LLVM-IR from OpenCL binaries generated by AMD APP SDK 2.5 or later with the clBuildProgramSource options "-fbin-llvmir -f...