From 6a05a72438d69a796e59d31842ddba5b9ef58aac Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:22:00 -0400 Subject: [PATCH] [DO NOT MERGE] fork workflow test --- projects/aqlprofile/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/aqlprofile/README.md b/projects/aqlprofile/README.md index 6cea765f2c9..30cae6b2684 100644 --- a/projects/aqlprofile/README.md +++ b/projects/aqlprofile/README.md @@ -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: @@ -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. \ No newline at end of file +AQLprofile is open source and distributed under the MIT License. See the LICENSE file for more details.