Testing updated RPM dockers (#1136)

* Testing updated RPM dockers

* Trying to fix PSDB for test package dependency
Bu işleme şunda yer alıyor:
Gopesh Bhardwaj
2024-10-18 22:15:06 +05:30
işlemeyi yapan: GitHub
ebeveyn bb69467765
işleme b502f98ea3
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
+1 -1
Dosyayı Görüntüle
@@ -77,7 +77,7 @@ set(COMPONENT_NAME_roctx "rocprofiler-sdk-roctx")
set(COMPONENT_DEP_core "rocprofiler-sdk-roctx (>= ${PROJECT_VERSION})")
set(COMPONENT_DEP_docs "")
set(COMPONENT_DEP_tests "rocprofiler-sdk (= ${PROJECT_VERSION})")
set(COMPONENT_DEP_tests "rocprofiler-sdk (>= ${PROJECT_VERSION})")
set(COMPONENT_DEP_roctx "")
set(COMPONENT_DESC_core "rocprofiler-sdk libraries, headers, samples, and tools")
+2
Dosyayı Görüntüle
@@ -109,6 +109,8 @@ CounterAQLPacket::CounterAQLPacket(aqlprofile_agent_handle_t ag
profile.events = events.data();
profile.event_count = static_cast<uint32_t>(events.size());
ROCP_TRACE << "profile events count: " << profile.event_count;
hsa_status_t status = aqlprofile_pmc_create_packets(&this->handle,
&this->packets,
profile,