Changes between Version 32 and Version 33 of ClrxAsmAmd


Ignore:
Timestamp:
02/16/25 09:00:42 (4 weeks ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmd

    v32 v33  
    77and OpenCL 2.0 binary format. This chapter describes Amd OpenCL 1.2 binary format.</p>
    88<h2>Binary format</h2>
    9 <p>The AMD OpenCL binaries contains constant global data, the device and compilation
     9<p>The AMD OpenCL binaries contain constant global data, the device and compilation
    1010informations and embedded kernel binaries. Kernel binaries are inside <code>.text</code> section.
    1111Program code are separate for each kernel and no shared machine code between kernels.