libhsakmt: Update contiguous memory support ioctl version
KFD ioctl version is 1.16 on upstream for contiguous memory support. Remove pc_sampling version, should be added after pc_sample upstream. Change-Id: I6e6c3340bc8e371d68dd7741b02578be2fdef801 Signed-off-by: Philip Yang <Philip.Yang@amd.com> Signed-off-by: Chris Freehill <cfreehil@amd.com>
This commit is contained in:
committed by
Chris Freehill
parent
e076a4ee82
commit
6e6f445f75
@@ -127,7 +127,7 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtAllocMemoryAlign(HSAuint32 PreferredNode,
|
||||
CHECK_KFD_OPEN();
|
||||
|
||||
if (MemFlags.ui32.Contiguous)
|
||||
CHECK_KFD_MINOR_VERSION(17);
|
||||
CHECK_KFD_MINOR_VERSION(16);
|
||||
|
||||
pr_debug("[%s] node %d\n", __func__, PreferredNode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user