Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion projects/aqlprofile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

AQLprofile is an open source library that enables advanced GPU profiling and tracing on AMD platforms. It works in conjunction with [rocprofiler-sdk](https://github.com/ROCm/rocprofiler-sdk) to support profiling methods such as performance counters (PMC) and SQ thread trace (SQTT). AQLprofile provides the foundational mechanisms for constructing AQL packets and managing profiling operations across multiple AMD GPU architecture families.

test

### Background

AQLprofile builds on concepts from the Heterogeneous System Architecture (HSA) and Architected Queuing Language (AQL), which define the foundations for GPU command processing and profiling on AMD platforms. For further reading:
Expand Down Expand Up @@ -131,4 +133,4 @@ For issues or questions, please report them in the GitHub Issues section or cont

## License

AQLprofile is open source and distributed under the MIT License. See the LICENSE file for more details.
AQLprofile is open source and distributed under the MIT License. See the LICENSE file for more details.
Loading