kfdtest: Add GetGfxVersion to KFDTestUtil
Required to derive LLVM AMDGPU target ASIC (MCPU).
Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: If8f139b3858c9bf42feba23ae9210e14625dc08b
[ROCm/ROCR-Runtime commit: 2f73db8fb0]
This commit is contained in:
committed by
Harish Kasiviswanathan
parent
d916fe0129
commit
171f1e5a40
@@ -52,6 +52,7 @@ bool is_dgpu();
|
||||
bool isTonga(const HsaNodeProperties *props);
|
||||
bool hasPciAtomicsSupport(int node);
|
||||
unsigned int FamilyIdFromNode(const HsaNodeProperties *props);
|
||||
const uint32_t GetGfxVersion(const HsaNodeProperties *props);
|
||||
|
||||
void GetHwQueueInfo(const HsaNodeProperties *props,
|
||||
unsigned int *p_num_cp_queues,
|
||||
|
||||
Reference in New Issue
Block a user