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>
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user