cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kreon
Journeyman III

Binary Image Format

SDK 2.3

Hi guys,

what kind of format is added ? Can we read 24bits depth buffer now ?

0 Likes
3 Replies
arsenm
Adept III

Does this provide a way to hand-tune IL? It seems that it may be possible, if quite hacky to do.

0 Likes

from OpenCL programing guide

OpenCL Binary Image Format (BIF) 2.0 is in the ELF format. BIF2.0 allows the
OpenCL binary to contain OpenCL source program, the LLVM IR, AMD IL, and
the executable (ISA). The BIF defines three special sections:
• .source: for storing the OpenCL source program.
• .llvmir: for storing the OpenCL immediate representation (LLVM IR).
• .amdil: for storing the AMD IL that is generated from the OpenCL source
   program.
The executable (ISA) is stored in the ELF special section .text.

0 Likes
kreon
Journeyman III

nou, thanks for explicit reply !

0 Likes