Add IOLink support

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1247220]


[ROCm/ROCR-Runtime commit: 73d43224e9]
Bu işleme şunda yer alıyor:
Besar Wicaksono (xN/A) TX [TEXT]
2016-03-14 18:42:31 -05:00
ebeveyn 4fb3765f77
işleme 2d78a85c21
4 değiştirilmiş dosya ile 51 ekleme ve 1 silme
+2
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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: