Skip to content

Commit

Permalink
Testing updated RPM dockers (#1136)
Browse files Browse the repository at this point in the history
* Testing updated RPM dockers

* Trying to fix PSDB for test package dependency
  • Loading branch information
bgopesh authored Oct 18, 2024
1 parent bb69467 commit b502f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/rocprofiler_config_packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 2 additions & 0 deletions source/lib/rocprofiler-sdk/hsa/aql_packet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b502f98

Please sign in to comment.