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]
此提交包含在:
@@ -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__
|
||||
|
||||
新增問題並參考
封鎖使用者