KFDTest: remove the usage global g_TestGPUFamilyId

Adjust the KFDTest for multi-gou support

Change-Id: Ib3491e3f645d35fdba6ab702d65fcc86f48d3958
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>


[ROCm/ROCR-Runtime commit: b4e834ab61]
此提交包含在:
shaoyunl
2019-07-16 16:46:39 -04:00
父節點 6f29801c64
當前提交 db09beaa08
共有 16 個檔案被更改,包括 47 行新增18 行删除
+2 -1
查看文件
@@ -37,7 +37,7 @@ enum PACKETTYPE {
// @class BasePacket
class BasePacket {
public:
BasePacket(void) {}
BasePacket(void);
virtual ~BasePacket(void) {}
// @returns Packet type
@@ -52,6 +52,7 @@ class BasePacket {
void Dump() const;
protected:
unsigned int m_FamilyId;
};
#endif // __KFD_BASE_PACKET__H__