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:
- Usage examples in the examples subfolder.
- Documentation in the documentation subfolder.
AMD's machine-readable GPU ISA specification files can be downloaded from this page.