Unverified Commit 6e04c2e4 authored by Ramesh Errabolu's avatar Ramesh Errabolu Committed by GitHub
Browse files

Merge pull request #70 from RadeonOpenCompute/print_UUID_Topology

Print UUID of device for bandwidth runs
parents b147d2a3 25401b21
......@@ -367,6 +367,7 @@ void RocmBandwidthTest::DisplayDevInfo() const {
std::cout << ", " << agent_list_[idx].name_;
bool gpuDevice = (agent_list_[idx].device_type_ == HSA_DEVICE_TYPE_GPU);
if (gpuDevice) {
std::cout << ", " << agent_list_[idx].uuid_;
std::cout << ", " << agent_list_[idx].bdf_id_;
}
std::cout << std::endl;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment