cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

dragonxi4amd
Journeyman III

Embedded XML tags in OpenCL binary files

XML tags used for CPU .exe and GPU binary files/kernels

Hi,

What is the XML tag set used in OpenCL binary files ?

CPU binary file tag example:

<assemblyIdentity version="2.0.0.0" processorArchitecture="x86" name="CCCInstall" type="win32"></assemblyIdentity>
  <description>CCCInstall Tool</description>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

Are above tags based on any standard or just used by AMD ?

What tags are being used for kernels and binaries of GPUs ?

Is the same tag set used both for CPU and GPU ?

Thanks in advance

Ronnie

 

0 Likes
0 Replies