[rocprofiler][navi4] Remove navi4x support on rocprofv2. (#307)
* Remove navi4x support on rocprofv2. * remove gfx12 from build scripts. * bug fix. * address comments. * update changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * address comments Co-authored-by: Swati Rawat <120587655+SwRaw@users.noreply.github.com> --------- Co-authored-by: Venkateshwar Reddy Kandula <venkateshwar.kandula1306@gmail.com> Co-authored-by: Swati Rawat <120587655+SwRaw@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
25922d08c3
commit
997b36f5bc
@@ -519,8 +519,7 @@ TEST_F(LoadUnloadTest, WhenLoadingFirstTimeThenToolLoadsUnloadsSuccessfully) {
|
||||
std::string agentname;
|
||||
agentname.resize(64);
|
||||
hsa_agent_get_info(agent, HSA_AGENT_INFO_NAME, agentname.data());
|
||||
if ((agentname.find("gfx11") != std::string::npos) ||
|
||||
(agentname.find("gfx12") != std::string::npos))
|
||||
if ((agentname.find("gfx11") != std::string::npos))
|
||||
bSkipCounterNoneZeroCheck = true;
|
||||
|
||||
hsa_device_type_t type;
|
||||
|
||||
Reference in New Issue
Block a user