Enabled RPB for Navi48 (#115)

* Enabled RPB for Navi48

* Fixing RPB addresses

* Removing non-Navi files

* Removing RPB enum not needed

[ROCm/aqlprofile commit: 5e99084425]
This commit is contained in:
Yang, Chun
2025-07-01 15:05:28 -07:00
zatwierdzone przez GitHub
rodzic 5b758bcdc4
commit 505bb395ba
7 zmienionych plików z 1655 dodań i 14 usunięć
@@ -52,7 +52,7 @@ void PopulateAql(const uint32_t* ib_packet, packet_t* aql_packet) {
const uint32_t dword_count = sizeof(*aql_packet) / sizeof(uint32_t);
std::ostringstream oss;
oss << "AQL 'IB' size(" << dword_count << ")";
std::clog << std::setw(40) << std::left << "AQL 'IB' size(16)"
std::clog << std::setw(40) << std::right << "AQL 'IB' size(16)"
<< ":";
for (unsigned idx = 0; idx < dword_count; idx++) {
std::clog << " " << std::hex << std::setw(8) << std::setfill('0') << dwords[idx];