Skip to content

Releases: GPUOpen-Tools/isa_spec_manager

IsaDecoder v1.1.0

06 Mar 15:09
Compare
Choose a tag to compare

Highlights:

  • Added support for operand subtypes (requires XML schema version v1.1.0).
  • Introducing the experimental explorer::Spec API for iterating over the elements of a given specification file. See the documentation and examples subfolders for more details.
  • On Windows, the solution is now generated for VS2022 by default.
  • Unit tests are now part of the repository.
  • Bug fixes and performance improvements.

Notes:

  • The RDNA™ 4 and RDNA™ 3.5 specification files are now available on GPUOpen.com.
  • Version v1.1.0 of the XML schema now includes support for operand subtypes and additional functional subgroups like MFMA and WMMA. XML schema version v1.1.0 is available for the RDNA™ 4, RDNA™ 3.5 and CDNA™ 3 (AMD MI300 Instinct) architectures. For more details, see the specification documentation in the documentation subfolder of this repository.

IsaDecoder v1.0.0

22 Aug 17:45
232ff66
Compare
Choose a tag to compare

This is the first release of the IsaDecoder API:

  • Parse AMD's machine-readable GPU ISA specification files.
  • Decode single instructions in binary or text format.
  • Decode whole kernels and shaders in binary or text format.

For more information about the API and usage examples, see:

AMD's machine-readable GPU ISA specification files can be downloaded from this page.