Solving Benjamin and Ammar comments. Enabling ATT tests with new API.
Change-Id: I96525cf4ebbe475435bf631abcdc18ab3e2f9a66
This commit is contained in:
committed by
Giovanni Baraldi
parent
f715f4318a
commit
5384050b01
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user