Add IOLink support

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1247220]
This commit is contained in:
Besar Wicaksono (xN/A) TX [TEXT]
2016-03-14 18:42:31 -05:00
parent f7693cf777
commit 73d43224e9
4 changed files with 51 additions and 1 deletions
+2
View File
@@ -17,6 +17,7 @@ void GetInfo::Run() {
std::cout << "------------------------------------------------\n";
AgentProps prop(cpu);
PrintAgentInfo(prop);
PrintPeers(cpu);
std::cout << "------------------------------------------------\n";
hsa_amd_memory_pool_t global_fine = global_fine_[cpu.handle];
@@ -48,6 +49,7 @@ void GetInfo::Run() {
std::cout << "------------------------------------------------\n";
AgentProps prop(gpu);
PrintAgentInfo(prop);
PrintPeers(gpu);
std::cout << "------------------------------------------------\n";
hsa_amd_memory_pool_t global_coarse = global_coarse_[gpu.handle];
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GET_INFO_H
#define GET_INFO_H
#include "common/hsa_test.h"
#include "samples/common/hsa_test.h"
class GetInfo : public HsaTest {
public: