rocr: Quiet some ROCr compile warnings
These are mostly AIE related, but there are a couple of others.
Change-Id: I549e004772160ca282d4c94dc9d94dd2ccae8b1c
[ROCm/ROCR-Runtime commit: 08699069d6]
This commit is contained in:
committed by
Chris Freehill
parent
6617af10e6
commit
dd037425ed
@@ -189,6 +189,10 @@ void MemoryTest::MaxSingleAllocationTest(hsa_agent_t ag,
|
||||
case HSA_DEVICE_TYPE_DSP:
|
||||
std::cout << "DSP)";
|
||||
break;
|
||||
case HSA_DEVICE_TYPE_AIE:
|
||||
std::cout << "AIE)";
|
||||
break;
|
||||
|
||||
}
|
||||
std::cout << std::endl;
|
||||
}
|
||||
@@ -321,6 +325,9 @@ void MemoryTest::MemAvailableTest(hsa_agent_t ag, hsa_amd_memory_pool_t pool) {
|
||||
case HSA_DEVICE_TYPE_DSP:
|
||||
std::cout << "DSP)";
|
||||
break;
|
||||
case HSA_DEVICE_TYPE_AIE:
|
||||
std::cout << "AIE)";
|
||||
break;
|
||||
}
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user