Solving Benjamin and Ammar comments. Enabling ATT tests with new API.

Change-Id: I96525cf4ebbe475435bf631abcdc18ab3e2f9a66
This commit is contained in:
Giovanni LB
2023-08-23 20:39:07 -03:00
committed by Giovanni Baraldi
parent f715f4318a
commit 5384050b01
6 changed files with 72 additions and 17 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class att_plugin_t {
if (!att_tracer_record) return ROCPROFILER_STATUS_ERROR;
std::string kernel_name_mangled{};
std::string kernel_name_mangled;
// Found problem with rocprofiler API for invalid kernel_ids;
if (att_tracer_record->kernel_id.handle != TEST_INVALID_KERNEL) {
size_t name_length;