Skip to content

Commit

Permalink
Documentation updates for v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM authored Aug 22, 2024
1 parent 4ffb922 commit 232ff66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/api_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ AMD recently released its machine-readable GPU ISA specification - a set of XML

This tutorial demonstrates how to use the `IsaDecoder` API to decode AMD GPU assembly provided in either binary or textual (disassembly) format.

In addition to this tutorial, make sure to check out the API usage examples in the [examples subfolder](https://github.com/GPUOpen-Tools/isa_spec_manager/tree/main/source/examples) of this repository.

## Getting started with `IsaDecoder` API
The API allows you to decode either a single instruction or a whole shader/kernel.

Expand Down

0 comments on commit 232ff66

Please sign in to comment.