You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/api_tutorial.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ AMD recently released its machine-readable GPU ISA specification - a set of XML
5
5
6
6
This tutorial demonstrates how to use the `IsaDecoder` API to decode AMD GPU assembly provided in either binary or textual (disassembly) format.
7
7
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
+
8
10
## Getting started with `IsaDecoder` API
9
11
The API allows you to decode either a single instruction or a whole shader/kernel.
0 commit comments