Skip to content

Commit 232ff66

Browse files
authored
Documentation updates for v1.0.
1 parent 4ffb922 commit 232ff66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

documentation/api_tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ AMD recently released its machine-readable GPU ISA specification - a set of XML
55

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

8+
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.
9+
810
## Getting started with `IsaDecoder` API
911
The API allows you to decode either a single instruction or a whole shader/kernel.
1012

0 commit comments

Comments
 (0)